refactor: letzte Recoil-States entfernt – selectedPoiState und currentPoiState auf Redux migriert

- Redux-Slices 'selectedPoiSlice' und 'currentPoiSlice' hinzugefügt
- 'PoiUpdateModal.js' verwendet nun useSelector statt Recoil
- Recoil vollständig entfernt, Zustand zentral im Redux Store verwaltet
- CHANGELOG.md auf Version 1.1.91 aktualisiert
This commit is contained in:
ISA
2025-05-19 10:05:30 +02:00
parent 37c41f71f4
commit ee7a8d2e80
7 changed files with 23 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.91";
export const APP_VERSION = "1.1.92";