mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 00:17:02 +02:00
ade643f61c8ae6c469941171c0d54f1354b4513c
- 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)
…
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%