more accurate stages of sync
This commit is contained in:
+8
-1
@@ -31,7 +31,14 @@ type DecisionType =
|
||||
| "mkdirplocal"
|
||||
| "skip";
|
||||
|
||||
export type SyncStatusType = "idle" | "preparing" | "syncing";
|
||||
export type SyncStatusType =
|
||||
| "idle"
|
||||
| "preparing"
|
||||
| "getting_remote_meta"
|
||||
| "getting_local_meta"
|
||||
| "generating_plan"
|
||||
| "syncing"
|
||||
| "finish";
|
||||
|
||||
interface FileOrFolderMixedState {
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user