feat: optimize layout of order progress management page#242
Merged
3w36zj6 merged 1 commit intoNov 22, 2025
Merged
Conversation
3w36zj6
force-pushed
the
feature/optimize-layout-of-order-progress-management-page
branch
from
November 21, 2025 13:34
dc63fda to
9cb53d2
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
このPRは、注文進捗管理ページのレイアウトをモバイル対応に最適化するものです。主に、既存のデスクトップ向けレイアウトにレスポンシブデザインを追加し、小画面デバイスでの使いやすさを向上させています。
- レスポンシブなFlexboxレイアウトの導入(モバイルでは縦配置、デスクトップでは横配置)
- 画面幅に応じたパディングとカラム幅の調整
- スクロール処理の改善
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 11 comments.
| File | Description |
|---|---|
| app/routes/staff/orders/progress/index.tsx | ページコンテナにレスポンシブなパディングとFlexboxレイアウトを追加、不要な見出しを削除 |
| app/routes/staff/orders/progress/-components/$orderProgressManager.tsx | カードやボタンのレイアウトをモバイルファーストに変更、レスポンシブなwidth variantを追加、スクロール処理を再構築 |
Comments suppressed due to low confidence (1)
app/routes/staff/orders/progress/-components/$orderProgressManager.tsx:353
- アーキテクチャガイドライン(/docs/architecture.md:60-61)に従い、新規実装では
classNameではなくclassを使用してください。Hono JSXでは両方が動作しますが、classを優先することが推奨されています。
</div>
Member
|
処理待ちの列だけ横スクロールできてしまいます 2025-11-22.114018.mp4 |
r4ai
approved these changes
Nov 22, 2025
3w36zj6
deleted the
feature/optimize-layout-of-order-progress-management-page
branch
November 22, 2025 07:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #218