agent-ecosystem/src/renderer/components/layout
iliya 304a2a7f79 feat(graph): enhance GraphControls with settings toggle and improved zoom functionality
- Added a settings toggle to the GraphControls for better user interaction.
- Implemented event listeners to close settings when clicking outside or pressing Escape.
- Improved zoom controls to mark user interaction, preventing auto-fit adjustments during user actions.
- Refactored GraphOverlay to streamline rendering and position updates for selected nodes.
- Updated GraphView to utilize new layout effects for better performance and responsiveness.
2026-03-29 00:05:29 +02:00
..
CustomTitleBar.tsx feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
MiddlePanel.tsx 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
MoreMenu.tsx feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
PaneContainer.tsx feat: overhaul UI components and enhance task management features 2026-03-10 23:34:58 +02:00
PaneContent.tsx feat(graph): enhance GraphControls with settings toggle and improved zoom functionality 2026-03-29 00:05:29 +02:00
PaneResizeHandle.tsx 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
PaneSplitDropZone.tsx 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
PaneView.tsx feat(graph): enhance GraphControls with settings toggle and improved zoom functionality 2026-03-29 00:05:29 +02:00
SessionTabContent.tsx 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
Sidebar.tsx refactor: enhance task management protocols and UI components 2026-03-20 13:45:03 +02:00
SortableTab.tsx feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
TabBar.tsx Improve macOS title bar drag area 2026-03-27 17:21:18 +02:00
TabBarActions.tsx feat(updater): add auto-update UI with periodic checks and state guards 2026-03-22 14:00:44 +02:00
TabBarRow.tsx refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
TabbedLayout.tsx feat(cli): add CliInstallWarningBanner to notify users when CLI is not installed 2026-03-22 15:07:45 +02:00
TabContextMenu.tsx merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
TeamTabSectionNav.tsx improvement(task-change): improve task change presence tracking and related IPC handlers 2026-03-27 17:52:39 +02:00