feat: add ui shell sections

This commit is contained in:
dev-agent
2026-04-28 16:15:24 +00:00
parent 99878bae4c
commit 5aac6d69c5
5 changed files with 364 additions and 70 deletions

View File

@@ -27,11 +27,6 @@ npm run lint
```
## Current scope
- Minimal frontend shell only.
- No live API wiring in the baseline commit.
- `environment summary` stays mock-only until a worker-visible route exists in the current backend runtime.
## Next development slice
1. Add app shell sections for `timeline`, `audit feed`, and `environment summary`.
2. Introduce typed DTO/fixture layer from the approved first-slice contracts.
3. Keep `environment summary` behind mock data until the live route is available.
- App shell slice for `timeline`, `audit feed`, and `environment summary`.
- Local typed fixtures only. No live API wiring.
- `environment summary` stays explicitly mock-only until a worker-visible route exists in the current backend runtime.