agent-ecosystem/src/renderer/components/team/editor
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
..
CodeMirrorEditor.tsx feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
EditorBinaryPlaceholder.tsx feat: add binary file preview functionality and improve editor performance 2026-03-01 23:51:51 +02:00
EditorBinaryState.tsx feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
EditorBreadcrumb.tsx feat: enhance team member validation and improve logging 2026-03-03 23:58:19 +02:00
EditorContextMenu.tsx feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
EditorEmptyState.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorErrorBoundary.tsx fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
EditorErrorState.tsx feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
EditorFileTree.tsx refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +02:00
EditorImagePreview.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
EditorSearchPanel.tsx feat: add binary file preview functionality and improve editor performance 2026-03-01 23:51:51 +02:00
EditorSelectionMenu.tsx feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
EditorShortcutsHelp.tsx feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
EditorStatusBar.tsx feat: add binary file preview functionality and improve editor performance 2026-03-01 23:51:51 +02:00
EditorTabBar.tsx feat: optimize file handling and component performance in editor 2026-03-01 22:54:10 +02:00
EditorTabContextMenu.tsx feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
EditorToolbar.tsx feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
FileIcon.tsx feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
fileIcons.ts feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
GitStatusBadge.tsx feat: optimize file handling and component performance in editor 2026-03-01 22:54:10 +02:00
GoToLineDialog.tsx feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
MarkdownPreviewPane.tsx feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
MarkdownSplitView.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02:00
NewFileDialog.tsx feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
ProjectEditorOverlay.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
QuickOpenDialog.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
SearchInFilesPanel.tsx feat: migrate to React 19 2026-03-24 17:11:55 +02:00