refactor(hooks): useMapComponentState vollständig auf Redux umgestellt

- fetch-Aufrufe entfernt und durch Redux-Selektoren ersetzt
- poiTypData über poiTypSlice + fetchPoiTypThunk geladen
- locationDeviceData über gisStationsStaticDistrictThunk
- priorityConfig über Redux mit fetchPriorityConfigThunk integriert
- poiLayerVisible direkt aus Redux-State gelesen
- Version auf 1.1.173 erhöht
This commit is contained in:
ISA
2025-05-26 11:42:11 +02:00
parent 03a1f480e0
commit bbca980b5b
4 changed files with 68 additions and 52 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.173";
export const APP_VERSION = "1.1.174";