agent-ecosystem/src/renderer/components/team
iliya cb1bce2656 fix: preserve form data when closing Create Team dialog
Previously resetFormState() was called on dialog close, wiping all
user input. Now only UI state (errors, loading) is reset on close.
Form data (team name, members, description, prompt) is preserved
and only cleared after successful team creation.
2026-02-23 12:21:07 +02:00
..
activity feat: implement auto-sync for task-related comments from inbox messages 2026-02-23 12:18:34 +02:00
dialogs fix: preserve form data when closing Create Team dialog 2026-02-23 12:21:07 +02:00
kanban feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
members feat: implement auto-sync for task-related comments from inbox messages 2026-02-23 12:18:34 +02:00
messages feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
tasks feat: use agent teams 2026-02-22 15:41:18 +02:00
CollapsibleTeamSection.tsx feat: enhance team configuration and member detection 2026-02-22 18:41:08 +02:00
provisioningSteps.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
TeamDetailView.tsx feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
TeamEmptyState.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamListView.tsx feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
TeamProvisioningBanner.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamSessionsSection.tsx feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
UnreadCommentsBadge.tsx feat: add task commenting functionality and enhance UI interactions 2026-02-22 21:29:09 +02:00