refine responsive workbench gui
GeoIntel release gates / Compile, test, contracts and builds (push) Failing after 22s
GeoIntel release gates / Python and npm vulnerability policy (push) Failing after 24s
GeoIntel release gates / GIS image, SBOM and container scan (push) Failing after 2m10s

This commit is contained in:
Jens
2026-08-21 22:35:17 +02:00
parent 178892fc66
commit c20e718086
4 changed files with 119 additions and 4 deletions
+27
View File
@@ -12837,3 +12837,30 @@ Open:
threshold, active weights and production image therefore remain unchanged.
- The weak fresh-domain scores are retained as a real blocker, not hidden by
the older exposed Turnhout/Westerlo/Postel diagnostics.
## 2026-08-21 - Full-workbench responsive GUI pass
### Delivered
- Audited the live guest workbench at 1440 x 900 and 390 x 844. The desktop
evidence drawer truncated metric labels; the phone layout placed the model
picker before the map and made later navigation destinations unreachable.
- Increased the usable evidence-drawer range and switched compact evidence
groups to a two-column container-responsive layout with wrapping labels.
- Reworked phones into a map-first flow: compact search and period controls,
map toolbar with an icon-only clear action, model selection after the map,
and a persistent horizontally scrollable bottom navigation rail.
- Kept dual-display launching desktop-only and made the compact results drawer
viewport-fixed above the phone navigation.
### Verification
- Frontend TypeScript check passed.
- All 54 frontend unit tests passed.
- Production frontend build passed.
### Remaining limitation
- Browser emulation covers responsive layout and interaction; certification on
physical touch hardware and with a screen reader remains a separate human QA
activity.