agent-ecosystem/src/renderer/components/layout
iliya 6bcb81d337 feat: implement structured task references and enhance task handling
- Introduced a new structured task reference format `{ taskId, displayId, teamName }` for consistent task mention persistence across UI and storage.
- Enhanced message handling in various components to support the new task reference structure, including normalization and validation.
- Updated task-related functions to accommodate optional task reference fields, improving task management and messaging capabilities.
- Improved rendering and navigation of task references in the UI, ensuring stable links across messages and comments.
- Refactored task reference utilities for better integration and usability within the application.
2026-03-11 15:14:19 +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: enhance extension installation and uninstallation flows 2026-03-08 01:44:58 +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: enhance task creation and management features 2026-03-11 12:54:04 +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 feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
SortableTab.tsx feat: implement structured task references and enhance task handling 2026-03-11 15:14:19 +02:00
TabBar.tsx feat: implement structured task references and enhance task handling 2026-03-11 15:14:19 +02:00
TabBarActions.tsx feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
TabBarRow.tsx feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
TabbedLayout.tsx feat: enhance task creation and management features 2026-03-11 12:54:04 +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 feat: implement CLI auto-suffix name handling across team services 2026-03-05 19:12:41 +02:00