fix: debouncing sync and other improvements

This commit is contained in:
2026-08-22 22:58:20 +02:00
parent e27e7a679e
commit c6e45cd067
17 changed files with 350 additions and 207 deletions
-1
View File
@@ -14,7 +14,6 @@ export type SyncOperationType =
| 'createListItem'
| 'updateListItem'
| 'setListItemCompleted'
| 'removeUserFromList'
| 'deleteList'
| 'deleteListItem'