-
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
default テンプレートをレスポンシブWebデザイン対応する #1065 #1125
base: master
Are you sure you want to change the base?
Conversation
@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のレイアウト情報を読み込む。
MySQL 漏れ修正
テストを調整する。
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
add SC_Helper_PageLayoutTest
enhancement 対応となりますので、以下マイルストーンのリリース完了後に取り込みさせていただきますね |
fixed #1065
fixed #1128