gadget/gadget-code/frontend/src/pages
Rob Colbert 802184a487 fix: home sidebar flex column layout with independent scrolling sections
- Convert sidebar <aside> to flex column container (flex flex-col overflow-hidden min-h-0)
- Remove sidebar-level scroll (overflow-y-auto → overflow-hidden)
- Add min-h-0 to parent flex containers in both layout paths for proper height containment
- Reorder sidebar sections: Clock → Projects → Drones → Recent Chats
- Add shrink-0 to Clock component to keep it at intrinsic content size
- Convert Projects, Drones, and Recent Chats sections to flex-1 min-h-0 flex-col with scrollable inner content
- Pin section headers with shrink-0; list content scrolls independently via overflow-y-auto
- Pin Recent Chats hint/footer with shrink-0 below its scrollable list
- No logic changes — purely CSS/flexbox layout correction
2026-05-18 09:04:25 -04:00
..
assets added Gab AI affiliate link; changed Ollama abort procedure 2026-05-15 14:11:45 -04:00
ChatSessionView.tsx prompt draft save/restore in Chat Session view 2026-05-17 17:39:34 -04:00
DroneManager.tsx Phase 2: SubProcess observability in DroneManager and DroneInspector 2026-05-14 13:52:59 -04:00
Home.tsx fix: home sidebar flex column layout with independent scrolling sections 2026-05-18 09:04:25 -04:00
ProjectManager.tsx plan tool updates 2026-05-17 14:09:24 -04:00
Settings.tsx Fix User Settings persona display issue 2026-05-12 01:15:00 -04:00
SignIn.tsx Fix User Settings persona display issue 2026-05-12 01:15:00 -04:00