Add Authority jobs task backend

This commit is contained in:
Youzini-afk
2026-04-28 03:53:29 +08:00
parent e28e9a693c
commit 1018376c85
6 changed files with 793 additions and 1 deletions

View File

@@ -146,6 +146,15 @@ export function createGraphPersistenceState() {
authorityMigrationRevision: 0,
authorityMigrationLastError: "",
lastAuthorityMigrationResult: null,
authorityJobsReady: false,
authorityJobQueueState: "idle",
authorityLastJob: null,
authorityLastJobId: "",
authorityLastJobKind: "",
authorityLastJobStatus: "",
authorityLastJobProgress: 0,
authorityLastJobError: "",
authorityLastJobUpdatedAt: "",
localStoreFormatVersion: 1,
localStoreMigrationState: "idle",
opfsWriteLockState: {