Commit Graph

5 Commits

Author SHA1 Message Date
Hiro
ae324352a4 Fix: Send Authorization header to /auth/me 2026-03-31 00:02:06 +00:00
Hiro
24925e1acb fix: resolve TypeScript errors in frontend build 2026-03-30 23:16:07 +00:00
Motoko
b2153ceb4b Fix: Use fresh authStore reference for each request to avoid stale token 2026-03-30 20:28:33 +00:00
Motoko
4b90f20bfd Fix: Include credentials in refresh token retry request 2026-03-30 19:06:27 +00:00
Motoko
c9cb07dbfc Phase 1 MVP - Complete implementation
- Login with JWT and refresh token rotation
- Dashboard with projects cards
- ProjectView with TreeView navigation
- DocumentView with markdown editor and auto-save
- Tag management (create, assign, remove)
- Dark mode CSS variables
- Security fixes applied (logout to backend, createDocument endpoint)
2026-03-30 15:17:29 +00:00