agent-ecosystem/src/renderer/components/layout
2026-04-17 12:43:51 +03:00
..
CustomTitleBar.tsx feat(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03: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(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03:00
PaneContainer.tsx perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00:00
PaneContent.tsx refactor: migrate agent graph to feature slice 2026-04-14 16:24:09 +03:00
PaneResizeHandle.tsx perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00: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 fix(sidebar): polish project group headers 2026-04-17 12:43:51 +03:00
SortableTab.tsx feat(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03:00
TabBar.tsx feat(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03:00
TabBarActions.tsx feat(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03:00
TabBarRow.tsx feat(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03:00
TabbedLayout.tsx perf: offload heavy I/O to worker thread, reduce renderer re-renders 2026-04-05 16:21:05 +00: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(messages): add bottom sheet panel mode 2026-04-12 22:17:18 +03:00