feat: Refactor sync status handling and improve synchronization feedback in the app

This commit is contained in:
2026-05-19 09:23:38 +02:00
parent bb8caeef93
commit a5ab223e1f
6 changed files with 388 additions and 128 deletions
+11
View File
@@ -0,0 +1,11 @@
enum SyncStatus {
idle,
preparing,
encrypting,
uploading,
waitingResponse,
decrypting,
syncing,
synced,
error,
}