-
Notifications
You must be signed in to change notification settings - Fork 4
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
スケジュール画面のモバイル対応 #165
スケジュール画面のモバイル対応 #165
Conversation
</div> | ||
</th> | ||
<% track_list.each do |track| %> | ||
<% if row.tracks[track] %> |
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.
row.tracks[track]
がない場合にpaddingを持ったdivが作られてしまうので修正しました
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.
これ意図的な挙動で、例えばPCで横表示するときにA, B, Cのトラックがアリ、AとCだけスケジュールが設定されていたときに表示が崩れる気がします。
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.
なるほど、PCに影響が出ないようにモバイルの時に不要なスペースが出ないよう考えてみます!
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.
@kinoppyd こちらで対応しました!
fix: トラックが歯抜けの場合でもPCではUIが崩れないようにする
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.
確認します! |
1はシュッと分からなそうなので2の対応から |
@kinoppyd 2の方は対応しました! 段落ちした時は「詳細を表示」が上に来るようにしています |
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.
とっても見やすくなりました!ありがとうございます!
欲を言えば、スケジュール詳細のカードも横スクロール無しで見れると嬉しいな〜と思いました!これは追々やっていけるといいですね...!
kinoppydさんがおっしゃっている箇所以外は特に気になったところはありませんでした!
@e-ikuta 確認azms!!
これ対応したいですね、別途対応しましょう! |
一旦スケジュール画面のセッション一覧のモバイル対応をしてみました
このUIで良さそうだったらチーム画面の対応もするので触ってみてください!