Claude 8a4e114d9f feat: add /accounts and /logout commands
Commands Added:
- /accounts: Opens account management window showing all accounts
- /logout: Removes the active account
- /logout --all: Removes all accounts

Components Created:
1. AccountManager (src/components/AccountManager.tsx)
   - Lists all accounts with avatars, names, and public keys
   - Shows active account with checkmark indicator
   - Switch account button for inactive accounts
   - Remove account button with confirmation dialog
   - Add account button that opens command launcher
   - Empty state with helpful instructions

2. LogoutHandler (src/components/LogoutHandler.tsx)
   - Handles logout and logout-all actions
   - Shows confirmation dialog for logout-all
   - Displays toast notifications for success/error
   - Auto-closes after execution

Type System Updates:
- Added "account-manager" and "logout-handler" to AppId type
- Integrated both components with WindowRenderer routing

Man Pages:
- Added comprehensive documentation for both commands
- Includes usage examples and related commands
- Proper categorization as System commands
2026-01-04 19:34:00 +00:00
2025-12-18 15:46:02 +01:00
👶
2025-12-09 16:26:31 +01:00
2025-12-19 12:49:29 +01:00
2025-12-13 15:06:05 +01:00
2025-12-10 13:00:39 +01:00
2025-12-22 20:40:16 +00:00
2025-12-22 20:40:16 +00:00
👶
2025-12-09 16:26:31 +01:00
2025-12-20 14:25:40 +01:00
2025-12-15 22:19:28 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
2025-12-21 22:39:07 +01:00
2025-12-14 16:50:16 +01:00
Description
No description provided
MIT 14 MiB
Languages
TypeScript 98.9%
CSS 0.8%
JavaScript 0.3%