local storage add add folders

This commit is contained in:
m
2026-09-09 22:04:33 +02:00
parent ce966e67c5
commit b671a222a5
3 changed files with 38 additions and 13 deletions
+2 -2
View File
@@ -13,6 +13,8 @@ export async function useSyncDevice() {
syncStartedAt = Date.UTC(Date.now());
console.info("Sync started")
while (true) {
await sync()
@@ -28,8 +30,6 @@ export async function useSyncDevice() {
async function sync() {
console.info("Sync started")
const userPreferences = await getUserPreferences()
console.log(userPreferences)