mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
30418a9cfd
* integrated `EquipmentProfilesStorageService` * implemented `EquipmentProfileEditScreen` * added equipment profiles screens to navigation * fixed tests * fixed splashscreen removal * replaced old `EquipmentProfilesScreen` * typo * use outlined icons * fixed storage mock for integration tests * recovered copy feature for profiles * added profile deletion to e2e test * added translations * added film translations * wip * add ability to toggle equipment profiles * lints * fixed tests * sync with iap rename * use `Toggleable` from resources * use iap 2.1.0 * use outlined edit icon
10 lines
196 B
Dart
10 lines
196 B
Dart
enum NavigationRoutes {
|
|
meteringScreen,
|
|
settingsScreen,
|
|
equipmentProfilesListScreen,
|
|
equipmentProfileEditScreen,
|
|
filmsListScreen,
|
|
filmEditScreen,
|
|
proFeaturesScreen,
|
|
timerScreen,
|
|
}
|