-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WEBインストーラーのテンプレート改善 (#783, #810 を含む) #813
Conversation
- 画像を使わず CSS で対応。 - ロード完了前も表示対応とした。 - 画像とともに使われていない (既に404 だった) jquery.colorbox の CSS/JS も削除した。 - beforeunload イベントで表示するようにした。
sass-convert --indent=4 --to=scss html/install/css/admin_contents.css html/install/css/admin_contents.css
- 不自然な記述となった箇所を補正した。 - 利用のないセレクターを削除した。 - 重複した記述を削除した。 - あまりにも古いブラウザーバージョン互換を削除した。
- HTML をシンプルに。 - 画像を使わない。
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #813 +/- ##
=======================================
Coverage 55.33% 55.33%
=======================================
Files 75 75
Lines 8902 8902
=======================================
Hits 4926 4926
Misses 3976 3976
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- JavaScript の追加位置が不適切(IF分岐内)だったのを修正。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#812 と競合を生じたため、こちらにマージした。
fixed #810