wraith/frontend/components/sftp
Vantz Stockwell 37781a4791 fix: replace popup Monaco editor with fullscreen overlay
Monaco can't mount in a popup window — it references document.activeElement
from the main window context, causing cross-window DOM errors.

Replaced with a fullscreen overlay teleported to <body>:
- Same dark theme toolbar with save/close/dirty indicator
- Ctrl+S to save, Esc to close
- Status bar shows language and keyboard shortcuts
- File tree stays visible underneath (overlay dismisses to it)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 13:28:56 -04:00
..
FileEditor.vue feat: session tabs with home nav, popup Monaco editor, drag-and-drop upload 2026-03-14 13:20:40 -04:00
FileTree.vue fix(sftp): fix FileTree not visible — flex overflow layout issue 2026-03-14 03:21:25 -04:00
SftpSidebar.vue fix: replace popup Monaco editor with fullscreen overlay 2026-03-14 13:28:56 -04:00
TransferStatus.vue feat: Phase 2 — SSH terminal + SFTP sidebar in browser 2026-03-12 17:21:11 -04:00