Organize/components/board
Brian Fertig f21b12182c Add responsive mobile layout for the app shell and board
- Replace the fixed min-width horizontal-scroll shell with a stacked
  mobile layout (h-dvh) that keeps the desktop three-column layout at md+
- Add MobileTopBar with hamburger menu, brand, and theme toggle reachable
  without opening the drawer
- Convert SideNav into shared content plus a left-sheet hamburger drawer;
  close on navigation link tap, backdrop, or Escape
- Make the board swipeable on mobile: one lane per screen via snap paging,
  with a CategoryChips rail that tracks the active lane (IntersectionObserver)
  and glides to it on tap; lanes go full-width below md
- Turn the Scheduled panel into a bottom dock bar + bottom sheet on mobile
  (keeps overdue/today urgency badges), desktop aside unchanged at md+
- Compact board chrome for phones: icon-only Summary/View buttons, smaller
  title/padding, full-width AddCategoryLane as a snap page under empty state
- Allow tall dialogs to scroll within dvh so edit forms and the AI summary
  stay usable on small screens; make admin user table horizontally scrollable
- Support configurable ThemeToggle menu side/align so it opens downward in
  the mobile top bar instead of off-screen
- Add CDP-based screenshot script and reference shots for mobile/tablet/desktop
2026-08-29 22:42:33 -06:00
..
add-category-lane.tsx Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
add-group-popover.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
board-context.tsx
board-view-provider.tsx
category-chips.tsx Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
category-lane.tsx Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
color-swatch-picker.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
edit-group-dialog.tsx
empty-state.tsx Two new extra-detailed themes: Cybperpunk and Blueprint 2026-08-28 11:33:57 -06:00
group-ai-dialog.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
group-card-overlay.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
group-card.tsx Fix vaporwave glitch band clipping the progress pie badge 2026-08-29 18:29:10 -06:00
hand-drawn-check.tsx
kanban-board.tsx Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
mouse-follow-tooltip.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
notes-dialog.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
status-update-dialog.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
summary-button.tsx Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
todo-ai-dialog.tsx
todo-checkbox.tsx Two new extra-detailed themes: Cybperpunk and Blueprint 2026-08-28 11:33:57 -06:00
todo-create-dialog.tsx Improve quick-add UX and fix visual clipping in board cards 2026-08-25 14:24:34 -06:00
todo-create-popover.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
todo-edit-dialog.tsx Redesign UI theming, typography, and board polish 2026-08-25 13:06:53 -06:00
todo-progress-pie.tsx Fix vaporwave glitch band clipping the progress pie badge 2026-08-29 18:29:10 -06:00
view-switcher.tsx Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00