feat: settings panel

This commit is contained in:
2026-02-10 16:38:20 +01:00
parent 192969e75a
commit 3f0c767809
14 changed files with 1482 additions and 88 deletions

View File

@@ -75,6 +75,19 @@ Object.defineProperty(globalThis, 'window', {
getLog: vi.fn(),
stopAutoSync: vi.fn(),
},
dropbox: {
configure: vi.fn(),
isConfigured: vi.fn(),
getStatus: vi.fn(),
syncAll: vi.fn(),
startWatching: vi.fn(),
stopWatching: vi.fn(),
startPolling: vi.fn(),
stopPolling: vi.fn(),
getConflicts: vi.fn(),
resolveConflict: vi.fn(),
getLastSyncTime: vi.fn(),
},
tasks: {
getAll: vi.fn(),
getRunning: vi.fn(),