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
+10 -4
View File
@@ -2585,7 +2585,7 @@ export function MapWorkspace({
onClick={startBboxSelection}
>
<BoxSelect aria-hidden="true" />
{bboxSelectionMode ? 'Teken op de kaart…' : 'Teken rechthoek'}
<span>{bboxSelectionMode ? 'Teken op de kaart…' : 'Teken rechthoek'}</span>
</button>
<button
className="secondary-action"
@@ -2601,11 +2601,17 @@ export function MapWorkspace({
}}
>
<MapPinned aria-hidden="true" />
Volledig werkgebied
<span>Volledig werkgebied</span>
</button>
<button className="secondary-action" disabled={!mapSelectionBbox} type="button" onClick={clearAreaSelection}>
<button
className="secondary-action"
disabled={!mapSelectionBbox}
type="button"
onClick={clearAreaSelection}
aria-label="Wis selectie"
>
<Trash2 aria-hidden="true" />
Wis selectie
<span>Wis selectie</span>
</button>
</div>
</div>