gadget/gadget-code/frontend/src
Rob Colbert 896aff1b02 Fix User Settings persona display issue
- Switch frontend sign-in to /api/v1/auth/sign-in endpoint (includes persona)
- Add updateUser() to App context for proper state management
- Fix Settings.tsx save flow to use updateUser() instead of broken localStorage merge
- Remove unused web AuthController (gadget-code/src/controllers/auth.ts)
- Fix UserApiControllerV1 to return flat user object instead of double-wrapped
- Remove SessionType enum and references (dead code)
- Add proper server sign-out call before clearing local state

Resolves issue where User Settings view didn't display persona text even though it existed in the database.
2026-05-12 01:15:00 -04:00
..
components style and display fixes 2026-05-12 01:02:09 -04:00
lib ChatSession reconnect logic 2026-05-11 20:27:24 -04:00
pages Fix User Settings persona display issue 2026-05-12 01:15:00 -04:00
workers fix: resolve drone heartbeat timeouts and JWT expiration bugs 2026-05-11 17:46:09 -04:00
App.tsx Fix User Settings persona display issue 2026-05-12 01:15:00 -04:00
index.css style and display fixes 2026-05-12 01:02:09 -04:00
main.tsx return to Home on sign out 2026-05-01 20:15:34 -04:00