Lucas Berger
c0088edf44
feat(04-01): wire BrowserRouter + BottomTabBar + empty Lists surface
- App.tsx: BrowserRouter with /calendar, /lists, /lists/:listId routes; / redirects to /calendar
- BottomTabBar.tsx: fixed-bottom 56px tab bar with Calendar + Lists NavLinks, active accent
- AppNav.tsx: add Calendar/Lists NavLinks to desktop sidebar (≥768px)
- ListsIndex.tsx: full-height surface with isLoading/isError/empty state branches; "+ New List" FAB placeholder
- ListDetail.tsx: placeholder stub for /lists/:listId (Plan 04-04 fills in)
- listsStore.ts: Zustand UI-only store (activeTab, createListSheetOpen)
- listsClient.ts: fetchLists + List/ListItem types (initial; Plans 04-02/03 expand)
- Fix Wave-0 RED stubs: add vitest imports so stubs execute (todo) not error on import
- Fix CalendarShell.test.tsx: wrap renderWithClient in MemoryRouter (AppNav uses NavLink)
2026-06-09 12:03:52 -04:00
..
2026-06-09 12:03:52 -04:00
2026-06-09 12:03:52 -04:00
2026-06-09 12:03:52 -04:00
2026-06-07 18:37:56 -04:00
2026-06-09 12:03:52 -04:00
2026-06-09 12:03:52 -04:00
2026-06-05 15:19:05 -04:00
2026-06-09 12:03:52 -04:00
2026-06-05 14:30:32 -04:00
2026-06-05 10:51:57 -04:00