feat: Refactor sync status handling and improve synchronization feedback in the app
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
enum SyncStatus {
|
||||
idle,
|
||||
preparing,
|
||||
encrypting,
|
||||
uploading,
|
||||
waitingResponse,
|
||||
decrypting,
|
||||
syncing,
|
||||
synced,
|
||||
error,
|
||||
}
|
||||
Reference in New Issue
Block a user