refactor: Entfernt Recoil-Atoms mapIdState & userIdState – ersetzt durch Redux-Slice urlParameter

- MapComponent.js nutzt jetzt useSelector für mapId/userId
- Übergabe dynamischer Parameter via dispatch(setMapId), dispatch(setUserId)
- Store um urlParameterReducer erweitert
This commit is contained in:
Ismail Ali
2025-05-18 20:56:11 +02:00
parent 947317165c
commit 651326b532
5 changed files with 52 additions and 18 deletions

View File

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