refactor: entfernt Recoil aus useCreateAndSetDevices – Zustand polylineEventsDisabled via Redux

- entfernt useRecoilState(polylineEventsDisabledState)
- ersetzt durch useSelector(state => polylineEventsDisabled.disabled)
- vollständige Migration auf polylineEventsDisabledSlice abgeschlossen
- CHANGELOG.md auf Version 1.1.94 aktualisiert
This commit is contained in:
ISA
2025-05-19 11:33:20 +02:00
parent d40ae0ee53
commit a7f4539dd6
4 changed files with 19 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.93";
export const APP_VERSION = "1.1.94";