veza/apps/web/src
senke fe05567c85 fix(auth): restore login and logout flow
- Clear React Query user cache on logout (auth.ts + logoutLocal in authStore)
  to prevent stale user data in Header/useUser after disconnect
- Fix LoginPage redirect: user was removed from persist (Action 4.1.1.5),
  so parsed.state?.user was always undefined and redirect never triggered.
  Use isAuthenticated directly as source of truth.
- Close Header user menu on logout for cleaner UX
2026-02-23 09:54:05 +01:00
..
__tests__ chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
app chore: consolidate pending changes (Hyperswitch, PostCard, dashboard, stream server, etc.) 2026-02-14 21:45:15 +01:00
components fix(auth): restore login and logout flow 2026-02-23 09:54:05 +01:00
config feat(chat): Sprint 4 -- Docker cleanup, frontend migration to Go WS 2026-02-22 20:46:58 +01:00
context chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
docs refactor(frontend): document chat store as single source of truth 2026-02-15 16:02:14 +01:00
features fix(auth): restore login and logout flow 2026-02-23 09:54:05 +01:00
hooks refactor(frontend): eliminate ~45 'any' types in production code 2026-02-22 17:44:49 +01:00
lib incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
locales chore: remove dead code (Education, Studio, Gamification) (P2) 2026-02-16 11:03:27 +01:00
mocks feat(player): integrate HLS streaming with ABR quality switching 2026-02-22 21:24:40 +01:00
providers refactor(frontend): simplify TokenStorage usage for httpOnly cookie auth 2026-02-15 16:04:42 +01:00
router feat(v0.501): Sprint 4 -- Cloud frontend + Gear advanced 2026-02-22 18:30:49 +01:00
schemas incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
services fix(auth): restore login and logout flow 2026-02-23 09:54:05 +01:00
stores chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
stories docs: update Welcome.mdx and deprecate Kodo references in docs 2026-02-17 17:05:33 +01:00
styles docs: update Welcome.mdx and deprecate Kodo references in docs 2026-02-17 17:05:33 +01:00
test fix(frontend): resolve failing tests for v0.101 2026-02-19 12:07:02 +01:00
types feat(marketplace): add review API to frontend 2026-02-22 16:09:04 +01:00
utils feat(v0.501): Sprint 5 -- integration, tests, and cleanup 2026-02-22 18:40:07 +01:00
index.css fix(ui): add --duration-fast and --duration-normal aliases for Sumi 2026-02-17 17:03:01 +01:00
main.tsx chore(web): remove console.log in prod, address TODO/FIXME for v0.101 2026-02-19 19:01:42 +01:00
setupTests.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
vite-env.d.ts fix(security): add JWT auth to HLS endpoints (audit 1.3, P0) 2026-02-15 12:48:58 +01:00