refactor: userRights mit Redux umgesetzt, useLoadUserRights entfernt

- Thunk fetchUserRightsThunk in MapComponent verwendet
- Redux-Slice gisUserRightsFromWebservice selektiert
- useLoadUserRights Hook entfernt
- Zustand isRightsLoaded und hasRights in Redux integriert
- MapComponent vollständig auf Redux umgestellt
This commit is contained in:
ISA
2025-05-22 13:40:25 +02:00
parent 0a0e63feef
commit 72de632c86
4 changed files with 33 additions and 27 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.147";
export const APP_VERSION = "1.1.148";