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

default テンプレートをレスポンシブWebデザイン対応する #1065 #1125

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

seasoftjapan
Copy link
Contributor

@seasoftjapan seasoftjapan commented Jan 7, 2025

fixed #1065
fixed #1128

@bluestylejp-toya 氏提供のテンプレートを取り込み。

- data/class/SC_Display.php data/Smarty/templates/admin/design/subnavi.tpl の対応に関しては、議論が必要と認識している。
- #804 適用前でブランチを切った。master マージに辺り、#804 の再適用が必要。
ついでに、Media Queries Level 4 を使う。
必要なものは、復元して、ソースコメント書いてください。
テンプレートをPC・スマートフォンで別々に設定できる仕組みと互換性がない変更を差し戻す。

git restore --source=88f072123af8464ba0181f4ddfa29bf75846d198 data/class/SC_Display.php data/Smarty/templates/admin/design/subnavi.tpl
PC・スマートフォンで同一テンプレートを設定すると、スマートフォンでもPCのレイアウト情報を読み込む。
本質的には、7403a62 の実装誤り。本来、片方は `ob_get_length()` を評価すべきだが、7403a62 以前の実装内容や必要性に疑義があるため、無駄の解消に留めた。
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.06%. Comparing base (9acd237) to head (e6a9ce6).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1125   +/-   ##
=======================================
  Coverage   50.05%   50.06%           
=======================================
  Files          82       82           
  Lines       10580    10582    +2     
=======================================
+ Hits         5296     5298    +2     
  Misses       5284     5284           
Flag Coverage Δ
tests 50.06% <100.00%> (+<0.01%) ⬆️

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 enabled auto-merge January 7, 2025 14:43
@nanasess nanasess added this to the 2.x milestone Jan 8, 2025
@nanasess
Copy link
Contributor

nanasess commented Jan 8, 2025

enhancement 対応となりますので、以下マイルストーンのリリース完了後に取り込みさせていただきますね
https://github.com/EC-CUBE/ec-cube2/milestone/10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants