agent-ecosystem/src/renderer/components/team/editor
iliya 5b0c7d13fc feat: add project editor with drag & drop file management
- Backend: ProjectFileService with file CRUD, search, git status, file watcher
- IPC: 12 editor channels with security validation and path containment
- Store: editorSlice with multi-tab management, draft persistence, conflict detection
- UI: CodeMirror 6 editor, file tree with DnD, search-in-files, context menus
- Move: fs.rename with EXDEV fallback, full path remapping across all caches
- Tests: comprehensive coverage for services, IPC handlers, store, and utilities
2026-02-28 23:40:41 +02:00
..
CodeMirrorEditor.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorBinaryState.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorBreadcrumb.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorContextMenu.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorEmptyState.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorErrorBoundary.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorErrorState.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorFileTree.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorSelectionMenu.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorShortcutsHelp.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorStatusBar.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorTabBar.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorToolbar.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
fileIcons.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
GitStatusBadge.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
NewFileDialog.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
ProjectEditorOverlay.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
QuickOpenDialog.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
SearchInFilesPanel.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00