Organize/components/board
Brian Fertig 171ec92b74 Add 3D flight world, board view switcher, and quick-add to-dos
3D scene:
- Build a procedural world from seeded waypoint segments (per-segment
  step/turn/altitude params) joined into kink-free Catmull-Rom curves,
  using ghost points so boundaries stay smooth; world and textures are
  derived from the session seed for consistency.
- Carve the flight corridor out of the terrain (gaussian dip plus a
  height floor 32u below the path) and add city districts with instanced
  buildings driven by seeded glowing-window textures, plus tunnel
  segments rendered as textured tubes with light strips.

Board UI:
- Add a ViewSwitcher to the kanban header and a board view provider.
- Compact group cards place an inline "+" on the last visible to-do row
  (shrink-0, so it sits at the row's right edge) that opens the new
  TodoCreateDialog, alongside the existing AI-assisted creation flow.

Scheduled panel:
- Collapsed rail replaces the corner overdue dot with badges stacked
  below the calendar icon: overdue (destructive, ping ring) and
  due-today (neutral, calmer pulse). Today's count is a separate filter
  that excludes already-completed occurrences, unlike the overdue count.
2026-08-19 09:23:05 -06:00
..
add-category-lane.tsx
add-group-popover.tsx
board-context.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
board-view-provider.tsx Add 3D flight world, board view switcher, and quick-add to-dos 2026-08-19 09:23:05 -06:00
category-lane.tsx Add 3D flight world, board view switcher, and quick-add to-dos 2026-08-19 09:23:05 -06:00
color-swatch-picker.tsx
edit-group-dialog.tsx
empty-state.tsx
group-ai-dialog.tsx feat: add "Ask AI" dialog for groups with voice input 2026-08-12 15:48:05 -06:00
group-card-overlay.tsx
group-card.tsx Add 3D flight world, board view switcher, and quick-add to-dos 2026-08-19 09:23:05 -06:00
hand-drawn-check.tsx
kanban-board.tsx Add 3D flight world, board view switcher, and quick-add to-dos 2026-08-19 09:23:05 -06:00
mouse-follow-tooltip.tsx
notes-dialog.tsx # Conversation Summary 2026-08-19 08:35:00 -06:00
status-update-dialog.tsx # Conversation Summary 2026-08-19 08:35:00 -06:00
todo-ai-dialog.tsx Add scheduled (recurring) to-dos, AI to-do generation, and in-place building upgrades 2026-08-17 15:03:13 -06:00
todo-checkbox.tsx
todo-create-dialog.tsx Add 3D flight world, board view switcher, and quick-add to-dos 2026-08-19 09:23:05 -06:00
todo-create-popover.tsx
todo-edit-dialog.tsx
todo-progress-pie.tsx
view-switcher.tsx Add 3D flight world, board view switcher, and quick-add to-dos 2026-08-19 09:23:05 -06:00