refactor: Recoil-Zustand zoomTriggerState durch Redux zoomTriggerSlice ersetzt

- MapComponent.js nutzt jetzt Redux useSelector für zoomTrigger
- DataSheet.js verwendet dispatch(incrementZoomTrigger())
- Recoil vollständig entfernt und Store zentralisiert
This commit is contained in:
Ismail Ali
2025-05-18 17:49:48 +02:00
parent 20aba9bbac
commit 947317165c
6 changed files with 43 additions and 11 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.87";
export const APP_VERSION = "1.1.88";