todos-contra-el-fuego-mobile/lib/redux
vjrj 14b558340d feat: replace layer toggle with layer selector menu
- Replace ToggleMapLayerAction with SelectMapLayerAction that takes a specific layer
- Update fireMapReducer to handle SelectMapLayerAction instead of toggling
- Use PopupMenuButton with GlobalKey to open menu on button tap
- Show check icon and bold text for currently selected layer
- Menu items display layer names: OSMC Grey, OSMC, Esri Street, Esri Satellite, Esri Terrain
- Selecting a layer immediately updates Redux state and closes the menu
2026-03-06 08:48:59 +01:00
..
actions.dart Fire notifications 2018-07-26 19:13:12 +02:00
appActions.dart Fix remaining compilation errors: null-safety, removed packages, and nullable handling 2026-03-05 02:50:32 +01:00
appReducer.dart Added Monitorized Areas 2018-08-06 10:34:32 +02:00
errorReducer.dart More redux and api work 2018-06-27 16:26:06 +02:00
fetchDataMiddleware.dart Fix remaining compilation errors: null-safety, removed packages, and nullable handling 2026-03-05 02:50:32 +01:00
fireMapActions.dart feat: replace layer toggle with layer selector menu 2026-03-06 08:48:59 +01:00
fireMapReducer.dart feat: replace layer toggle with layer selector menu 2026-03-06 08:48:59 +01:00
fireNotificationActions.dart Better fire stats. False positives mark api part 2018-08-08 08:55:31 +02:00
fireNotificationReducer.dart Last changes not published 2026-03-05 01:18:27 +01:00
loadedReducer.dart More redux work 2018-06-27 22:29:54 +02:00
loadingReducer.dart More redux work 2018-06-27 22:29:54 +02:00
reducers.dart Added Monitorized Areas 2018-08-06 10:34:32 +02:00
userReducer.dart More redux work. User creation/retrieve 2018-06-27 19:46:02 +02:00
yourLocationActions.dart Last changes not published 2026-03-05 01:18:27 +01:00
yourLocationsReducer.dart Location edition 2018-07-05 12:50:08 +02:00