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

Commits on Jan 3, 2024

  1. インストール画面のローディング画像が欠落している EC-CUBE#810

    - 画像を使わず CSS で対応。
    - ロード完了前も表示対応とした。
    - 画像とともに使われていない (既に404 だった) jquery.colorbox の CSS/JS も削除した。
    - beforeunload イベントで表示するようにした。
    seasoftjapan committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e90552a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99563a8 View commit details
    Browse the repository at this point in the history
  3. CSS Nesting Module を使った実装 EC-CUBE#783 (インストーラー)

    sass-convert --indent=4 --to=scss html/install/css/admin_contents.css html/install/css/admin_contents.css
    seasoftjapan committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4f3388a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. CSS Nesting Module を使った実装 EC-CUBE#783 (インストーラー)

    - 不自然な記述となった箇所を補正した。
    - 利用のないセレクターを削除した。
    - 重複した記述を削除した。
    - あまりにも古いブラウザーバージョン互換を削除した。
    seasoftjapan committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a4985f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572a9bf View commit details
    Browse the repository at this point in the history
  3. インストーラーのボタン改善

    - HTML をシンプルに。
    - 画像を使わない。
    seasoftjapan committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b69c937 View commit details
    Browse the repository at this point in the history
  4. スペース調整

    seasoftjapan committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d375433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bf4823 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b29a8cf View commit details
    Browse the repository at this point in the history
  7. インストール画面のローディング画像が欠落している EC-CUBE#810

    - JavaScript の追加位置が不適切(IF分岐内)だったのを修正。
    seasoftjapan committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    01d9fe1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ed97bb View commit details
    Browse the repository at this point in the history