Commit Graph

4 Commits

Author SHA1 Message Date
plenarius 1255cee8e6 feat: add dark/light theme toggle with Layonara color palette 2026-04-20 22:08:41 -04:00
plenarius 8849c25dff feat: add Repos page with commit dialog, PR creation, and upstream badges 2026-04-20 21:57:52 -04:00
plenarius 64908098cd feat: add integrated terminal with xterm.js and shell sessions 2026-04-20 19:32:02 -04:00
plenarius 02ca134743 feat: add file explorer with tree view and IDE layout
Backend: editor service for directory tree reading and file CRUD,
editor routes at /api/editor with path traversal protection.

Frontend: FileExplorer tree component with expand/collapse directories,
IDELayout with sidebar + header + outlet, wired into App routing.
Editor now receives state as props from App for cross-component file loading.
2026-04-20 19:09:19 -04:00