Claude ade643f61c feat: add LoginHandler component for executing login actions
- Created LoginHandler component to process /login command results
- Handles three action types:
  - add-account: Adds account to AccountManager and sets as active
  - error: Shows error toast with descriptive message
  - open-dialog: Shows info toast (dialog UI coming in next phase)
- Uses sonner for toast notifications with success/error feedback
- Integrated with WindowRenderer routing system
- Component auto-executes action on mount via useEffect

Files:
- src/components/LoginHandler.tsx (new)
- src/components/WindowRenderer.tsx (updated)
2026-01-04 19:22:57 +00:00
2025-12-22 20:40:16 +00:00
2025-12-22 20:40:16 +00:00
2025-12-21 22:39:07 +01:00
Description
No description provided
MIT 14 MiB
Languages
TypeScript 98.9%
CSS 0.8%
JavaScript 0.3%