agent-ecosystem/src/renderer/components/team
iliya 47dac2e8b5 feat: migrate to React 19
Upgrade React 18.3.1 → 19.2.4 with full type compatibility.

Changes:
- react, react-dom → ^19.0.0
- @types/react, @types/react-dom → ^19.0.0
- lucide-react → ^0.577.0 (React 19 type fixes)
- @tiptap/* → ^3.20.4 (React 19 support)
- useRef calls now require explicit initial value (undefined)
- RefObject types updated for React 19 (includes null)
- MutableRefObject → RefObject (deprecated in 19)
- act() import moved from react-dom/test-utils to react
- Scoped JSX namespace imports added where needed
2026-03-24 17:11:55 +02:00
..
activity feat: migrate to React 19 2026-03-24 17:11:55 +02:00
attachments feat(landing): enhance base URL handling and improve image paths 2026-03-23 17:51:09 +02:00
dialogs feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
editor feat: migrate to React 19 2026-03-24 17:11:55 +02:00
kanban feat: enhance error handling and notifications for API errors 2026-03-19 12:47:00 +02:00
members feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
messages feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
review feat: migrate to React 19 2026-03-24 17:11:55 +02:00
schedule style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
tasks feat: introduce 'needsFix' review state and enhance task management features 2026-03-09 13:50:45 +02:00
ClaudeLogsDialog.tsx refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
ClaudeLogsFilterPopover.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
ClaudeLogsPanel.tsx refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
ClaudeLogsSection.tsx feat: optimize file content resolution and enhance loading state handling 2026-03-15 08:24:00 +02:00
CliLogsRichView.tsx refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +02:00
CollapsibleTeamSection.tsx feat: add team launched notification and related configuration 2026-03-17 15:13:37 +02:00
MemberBadge.tsx refactor: enhance TeamMemberLogsFinder and UI components for improved member display and caching 2026-03-14 21:25:01 +02:00
ProcessesSection.tsx feat: enhance React component data handling and improve task management features 2026-02-25 18:07:03 +02:00
ProvisioningProgressBlock.tsx feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
provisioningSteps.ts refactor: enhance team provisioning process and UI updates 2026-03-21 16:47:20 +02:00
RoleSelect.tsx feat: enhance message handling and UI components for task management 2026-03-16 16:48:28 +02:00
StepProgressBar.tsx refactor: update UI and functionality for team provisioning and progress indicators 2026-03-21 17:43:29 +02:00
TaskTooltip.tsx style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
TeamDetailView.tsx refactor: update lead member detection and enhance team management UI 2026-03-21 16:05:56 +02:00
TeamEmptyState.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamListFilterPopover.tsx feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
TeamListView.tsx refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
TeamProvisioningBanner.tsx feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
TeamSessionsSection.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
ToolApprovalDiffPreview.tsx refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
ToolApprovalSheet.tsx refactor: update task assignment message formatting and enhance UI elements 2026-03-21 15:07:52 +02:00
UnreadCommentsBadge.tsx refactor: streamline ExtensionStoreView layout and enhance UnreadCommentsBadge styling 2026-03-11 22:17:39 +02:00
useClaudeLogsController.ts refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00