Skip to content
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

Merged
merged 11 commits into from
Feb 14, 2024

Conversation

seasoftjapan
Copy link
Contributor

@seasoftjapan seasoftjapan commented Jan 4, 2024

#812 と競合を生じたため、こちらにマージした。

fixed #810

- 画像を使わず 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-commenter
Copy link

codecov-commenter commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c438132) 55.33% compared to head (3ed97bb) 55.33%.

❗ 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           
Flag Coverage Δ
tests 55.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seasoftjapan seasoftjapan changed the title WEBインストーラーのテンプレート改善 (#783 を含む) WEBインストーラーのテンプレート改善 (#783, #810 を含む) Jan 4, 2024
@seasoftjapan seasoftjapan added this to the 2.17.3 milestone Jan 4, 2024
@seasoftjapan
Copy link
Contributor Author

Copy link
Contributor

@nanasess nanasess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ji-eunsoo ji-eunsoo merged commit 7a1e2c6 into EC-CUBE:master Feb 14, 2024
59 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

インストール画面のローディング画像が欠落している
4 participants