agent-ecosystem/src/renderer/components/team/editor
iliya ccee484adc fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y
- Fix isDir heuristic: use backend-provided isDirectory instead of
  filename-based guessing (breaks for Makefile, .github, etc.)
- Add scroll-to-line on search result click via editorPendingGoToLine
- Add Cmd+Shift+W shortcut for toggling line wrap
- Rewrite Quick Open to fetch all project files from backend API
  instead of flattening the loaded tree (limited to expanded dirs)
- Fix fd leak in atomicWrite: close file handle in finally block
- Add a11y: role=dialog/alert, aria-modal, aria-label on modals
- Add type=button on error state buttons
2026-03-01 07:55:50 +02:00
..
CodeMirrorEditor.tsx fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +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 fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
EditorErrorState.tsx fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +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 fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
EditorStatusBar.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorTabBar.tsx fix: rename closeTab/setActiveTab to closeEditorTab/setActiveEditorTab 2026-02-28 23:53:10 +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 fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
QuickOpenDialog.tsx fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
SearchInFilesPanel.tsx feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00