wraith/frontend
Vantz Stockwell 325cebbd01 feat: CodeMirror 6 inline editor with dark theme and language detection
Add EditorWindow component with CodeMirror 6 using one-dark theme.
Detects language from file extension (js/ts/jsx/tsx, json, py, md)
via dynamic imports for code splitting. Features unsaved changes
indicator (yellow dot), Save button (TODO: SFTPService.WriteFile),
and Close button. Renders as an inline panel above the terminal.
File clicks in FileTree open the editor with mock content. Editor
re-creates when file path changes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 07:04:58 -04:00
..
src feat: CodeMirror 6 inline editor with dark theme and language detection 2026-03-17 07:04:58 -04:00
index.html feat: Wails v3 + Vue 3 project scaffold with Tailwind dark theme 2026-03-17 06:11:19 -04:00
package-lock.json feat: xterm.js terminal with fit addon and Wails binding bridge 2026-03-17 07:04:31 -04:00
package.json feat: xterm.js terminal with fit addon and Wails binding bridge 2026-03-17 07:04:31 -04:00
tsconfig.json feat: Wails v3 + Vue 3 project scaffold with Tailwind dark theme 2026-03-17 06:11:19 -04:00
vite.config.ts feat: master password unlock UI with first-run vault creation 2026-03-17 06:32:10 -04:00