- implement user settings reset functionality with modal confirmation
and bug fixes regarding lane IDs to sighting endpoints
This commit is contained in:
@@ -363,7 +363,11 @@ type UploadedState = {
|
||||
payload: Blob | undefined;
|
||||
};
|
||||
|
||||
export type SoundAction = UpdateAction | AddAction | VolumeAction | UploadedState;
|
||||
type ResetAction = {
|
||||
type: "RESET";
|
||||
};
|
||||
|
||||
export type SoundAction = UpdateAction | AddAction | VolumeAction | UploadedState | ResetAction;
|
||||
export type WifiSettingValues = {
|
||||
ssid: string;
|
||||
password: string;
|
||||
|
||||
Reference in New Issue
Block a user