veza/apps/web/src/components/layout
senke c498cc2f11 fix(auth): sign out - await logout and use full page redirect
- useSidebarNavigation: was not awaiting logout(), so navigate ran before
  store was updated; LoginPage then saw isAuthenticated=true and
  redirected back to dashboard
- Both Sidebar and Header: use window.location.href instead of
  navigate() for logout redirect to ensure clean state (clears any
  stale React/Query cache, forces fresh load)
2026-02-23 09:57:22 +01:00
..
AudioPlayer.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
DashboardLayout.stories.tsx refactor(ui): replace gray colors with Sumi tokens 2026-02-17 17:03:57 +01:00
DashboardLayout.test.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
DashboardLayout.tsx feat(queue): sync playerStore with backend API, migrate QueueView to usePlayerStore 2026-02-20 00:13:33 +01:00
Header.stories.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
Header.tsx fix(auth): sign out - await logout and use full page redirect 2026-02-23 09:57:22 +01:00
Layout.tsx fix: UI remediation Phase 1 (S0-S5) + Phase 2 Sprint 6 shadow system 2026-02-12 10:13:44 +01:00
MobileBottomNav.tsx feat(ui): table polish + mobile bottom navigation 2026-02-09 23:37:25 +01:00
Navbar.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
Navbar.tsx Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
PageTransition.tsx fix: UI remediation Phase 1 (S0-S5) + Phase 2 Sprint 6 shadow system 2026-02-12 10:13:44 +01:00
Sidebar.stories.tsx chore: remove dead code (Education, Studio, Gamification) (P2) 2026-02-16 11:03:27 +01:00
Sidebar.tsx chore: remove dead code (Education, Studio, Gamification) (P2) 2026-02-16 11:03:27 +01:00