extract frontend app shell

This commit is contained in:
Jack Kingsman
2026-03-09 20:23:24 -07:00
parent ec5b9663b2
commit f107dce920
11 changed files with 657 additions and 368 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ This message-layer echo/path handling is independent of raw-packet storage dedup
├── frontend/ # React frontend
│ ├── AGENTS.md # Frontend documentation
│ ├── src/
│ │ ├── App.tsx # Main component
│ │ ├── App.tsx # Frontend composition entry (hooks → AppShell)
│ │ ├── api.ts # REST client
│ │ ├── useWebSocket.ts # WebSocket hook
│ │ └── components/