agent-ecosystem/src/renderer/components/chat/items
iliya e9b369e667 feat: enhance theme support and UI consistency across components
- Added theme-aware accent and info colors in tailwind configuration for improved visual consistency.
- Updated CSS variables for accent and info styles to support light and dark themes.
- Refactored various components to utilize the new themed badge logic, ensuring consistent styling based on the current theme.
- Improved accessibility and visual feedback in components like SidebarTaskItem, TeamListView, and ActivityItem by adjusting color schemes and hover states.
- Enhanced the CreateTeamDialog and other team-related components with updated styling for better user experience.
2026-03-07 12:02:12 +02:00
..
linkedTool feat: use agent teams 2026-02-22 23:36:11 +02:00
BaseItem.tsx feat: update package version and add linting dependency 2026-03-05 18:57:07 +02:00
baseItemHelpers.ts 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
ExecutionTrace.tsx feat(chat): implement subagent input and compact boundary display items 2026-02-16 22:13:24 +09:00
LinkedToolItem.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
MetricsPill.tsx feat(chat): implement subagent input and compact boundary display items 2026-02-16 22:13:24 +09:00
SlashItem.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
SubagentItem.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
TeammateMessageItem.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
TextItem.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
ThinkingItem.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00