Fix mobile source inventory layout
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 02:08:00 +02:00
parent fdf3881592
commit 32cb71c807
4 changed files with 15 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@
- Simplified the Sources inventory to six compact domain cards. Theme/time
detail, active-source limitations and the complete candidate list now use
progressive disclosure instead of competing for attention.
- Stacked the source heading, explanation and operational-status badge on
narrow viewports so the introduction remains readable on mobile.
- Expanded the Datavindplaats roadmap beyond hydrology with land use, space
occupation, soil, population, services, accessibility, business parks,
mobility hubs, cycle highways, heat and air quality.
@@ -42,6 +42,8 @@ def test_source_inventory_is_compact_honest_and_domain_driven() -> None:
assert "Meetbaar als:" in catalog
assert "source-domain-grid" in styles
assert "source-opportunity-domain" in styles
assert ".source-catalog-panel .panel-title-row" in styles
assert "justify-self: start" in styles
def test_roadmap_prioritizes_cross_domain_profile_before_more_water_layers() -> None:
+2
View File
@@ -9004,6 +9004,8 @@ Implemented:
- Reworked the Sources inventory into six compact domain summaries. Detailed
theme/timeline state, active source limitations and candidate-source cards
remain accessible through progressive disclosure.
- Live responsive review found and fixed a narrow-viewport title-row squeeze;
the status badge now stacks below the source introduction on mobile.
- Rewrote the Datavindplaats roadmap around a cross-domain area profile. The
next recommended implementation is a fixed allowlist of Mercator thematic
rasters plus the digital soil map, not another isolated water connector.
+9
View File
@@ -6926,6 +6926,15 @@ section {
}
@media (max-width: 640px) {
.source-catalog-panel .panel-title-row {
display: grid;
gap: 0.6rem;
}
.source-catalog-panel .panel-title-row .status-badge {
justify-self: start;
}
.source-domain-grid,
.source-catalog-grid,
.source-catalog-loaded,