feat(frontend): stack TaskBoard columns on mobile
Mobile-first layout for TaskBoard: stack Inbox/In Progress/Review/Done vertically to avoid horizontal scroll, while retaining the horizontal kanban layout on larger screens. Includes component tests and frontend README notes for mobile validation.
This commit is contained in:
@@ -108,6 +108,16 @@ It will:
|
||||
- add `Authorization: Bearer <token>` automatically from local mode token or Clerk session
|
||||
- parse errors into an `ApiError` with status + parsed response body
|
||||
|
||||
## Mobile / responsive UI validation
|
||||
|
||||
When changing UI intended to be mobile-ready, validate in Chrome (or similar) using the device toolbar at common widths (e.g. **320px**, **375px**, **768px**).
|
||||
|
||||
Quick checklist:
|
||||
- No horizontal scroll
|
||||
- Primary actions reachable without precision taps
|
||||
- Focus rings visible when tabbing
|
||||
- Modals/popovers not clipped
|
||||
|
||||
## Common commands
|
||||
|
||||
From `frontend/`:
|
||||
|
||||
Reference in New Issue
Block a user