fix: hide enrichment in portal, CF disabled button, no UAT flash, fix overlaps

SelectionToolbar: new hideEnrichment prop hides the Enrichment button.
Portal uses it to show only Export + Clear in selection toolbar.

Portal feature panel: added disabled "Solicita extras CF" button with
tooltip "Sectiune platita — contacteaza administratorul".

Initial map zoom: starts at zoom 15 (close-up) instead of 7 (Romania
overview). Prevents the UAT boundaries flash before fitBounds runs.
Applied to both ParcelSync Harta tab and Portal.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-25 06:58:01 +02:00
parent 6f46a85ff3
commit 45d4d1bf40
3 changed files with 20 additions and 2 deletions
@@ -606,6 +606,7 @@ export function MapTab({ siruta, sirutaValid, sessionConnected, syncLocalCount,
ref={mapHandleRef}
className="h-full w-full"
basemap={basemap}
zoom={15}
selectionType={selectionMode}
onFeatureClick={handleFeatureClick}
onSelectionChange={setSelectedFeatures}