agent-ecosystem/src/renderer/components
matt ca60158d34 feat(04-01): add ContextSwitcher and ConnectionStatusBadge components
- Add ConnectionStatusBadge with 4 visual states (Monitor/Wifi/WifiOff/Spinner)
- Add ContextSwitcher dropdown listing Local + SSH contexts with status badges
- Add availableContexts state to contextSlice
- Add fetchAvailableContexts action called on system initialization
- ContextSwitcher follows SidebarHeader dropdown pattern (outside click, escape key)
- Switcher disabled during context switch to prevent race conditions
2026-02-12 02:18:47 +00:00
..
chat Add CI and Release workflows; enhance loading skeletons and splash screen 2026-02-11 20:31:27 +09:00
common feat(04-01): add ContextSwitcher and ConnectionStatusBadge components 2026-02-12 02:18:47 +00:00
dashboard Add CI and Release workflows; enhance loading skeletons and splash screen 2026-02-11 20:31:27 +09:00
layout add ssh suport 2026-02-11 13:34:25 +00:00
notifications Refactor extractProjectName to accept cwdHint for improved project name extraction. Update ErrorTriggerChecker to utilize new parameter, ensuring accurate project name retrieval in various contexts. Enhance tests to cover new functionality and edge cases. 2026-02-11 20:12:25 +09:00
search Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
settings Implement SSH last connection management and enhance IPC handlers 2026-02-12 00:42:21 +09:00
sidebar Add CI and Release workflows; enhance loading skeletons and splash screen 2026-02-11 20:31:27 +09:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00