Polish workbench UI layout
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 18:09:18 +02:00
parent 67cb7df4fd
commit 521b06dd1c
6 changed files with 421 additions and 117 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## Sprint 44 Workbench UI polish pass (2026-06-17)
- Reworked the frontend workbench styling into a cleaner operational GIS interface with compact panels, modern controls, restrained green/neutral accents and scroll-contained long sections.
- Promoted `MapWorkspace` above the dense workflow grid so the map is visible early in the workbench flow.
- Moved `DatasetPanel` into the first workflow row beside project/area/provider setup.
- Added a static layout regression test for map-first ordering and scroll-contained workflow panels.
- No API contracts, migrations, provider fetching, AI behavior or product capabilities changed.
## Sprint 43 Workbench bootstrap hook decomposition (2026-06-17)
- Moved frontend bootstrap/project/result reload effects from `App.tsx` into `frontend/src/hooks/useWorkbenchBootstrap.ts`.