agent-ecosystem/src/renderer
iliya 0d0786602f feat: enhance CollapsibleTeamSection and TaskCommentsSection with new features
- Added an optional icon prop to CollapsibleTeamSection for improved visual representation.
- Introduced hideInput and onReply props in TaskCommentsSection to control comment input visibility and handle reply actions externally.
- Updated TaskDetailDialog to utilize new props for better comment management and user interaction.
- Enhanced UI components to support these new features, improving overall user experience in task management.
2026-02-26 12:52:51 +02:00
..
api feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
components feat: enhance CollapsibleTeamSection and TaskCommentsSection with new features 2026-02-26 12:52:51 +02:00
constants feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
contexts 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
hooks feat: implement process management features for team services 2026-02-25 16:54:53 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: add lead activity tracking for team management 2026-02-25 13:18:37 +02:00
store feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
types merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
utils feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
App.tsx feat: enhance team member task tracking and UI improvements 2026-02-23 12:33:01 +02: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
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
index.html feat: use agent teams 2026-02-22 15:41:18 +02:00
main.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
vite-env.d.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