redesigned payment page + a lot of fixes
This commit is contained in:
1
frontend/pweb/lib/models/state/control_state.dart
Normal file
1
frontend/pweb/lib/models/state/control_state.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum ControlState { enabled, disabled, loading }
|
||||
1
frontend/pweb/lib/models/state/edit_state.dart
Normal file
1
frontend/pweb/lib/models/state/edit_state.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum EditState { view, edit, saving }
|
||||
1
frontend/pweb/lib/models/state/flow_status.dart
Normal file
1
frontend/pweb/lib/models/state/flow_status.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum FlowStatus { idle, submitting, resending, success, error }
|
||||
5
frontend/pweb/lib/models/state/load_more_state.dart
Normal file
5
frontend/pweb/lib/models/state/load_more_state.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
enum LoadMoreState {
|
||||
hidden,
|
||||
available,
|
||||
loading,
|
||||
}
|
||||
1
frontend/pweb/lib/models/state/seed_state.dart
Normal file
1
frontend/pweb/lib/models/state/seed_state.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum SeedState { idle, seeded }
|
||||
1
frontend/pweb/lib/models/state/visibility.dart
Normal file
1
frontend/pweb/lib/models/state/visibility.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum VisibilityState { hidden, visible }
|
||||
Reference in New Issue
Block a user