Commit Graph

8 Commits

Author SHA1 Message Date
plenarius 8849c25dff feat: add Repos page with commit dialog, PR creation, and upstream badges 2026-04-20 21:57:52 -04:00
plenarius 5620e38282 feat: add generic GFF visual editor component 2026-04-20 20:09:24 -04:00
plenarius 3b91c0312d feat: add Toolset page with live change detection and diff viewer 2026-04-20 20:01:27 -04:00
plenarius 3484404b94 feat: add Server page with log viewer, SQL console, and config editor 2026-04-20 19:57:34 -04:00
plenarius 973310113c feat: add Build page UI with real-time output streaming 2026-04-20 19:54:42 -04:00
plenarius b36391b520 feat: add global workspace search with regex and file filtering 2026-04-20 19:30:42 -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
plenarius bc434254ce feat: add WebSocket hook and API client for frontend 2026-04-20 18:37:34 -04:00