feat(authority): surface recent jobs in panel

This commit is contained in:
Youzini-afk
2026-04-28 16:25:09 +08:00
parent 4f7fe81024
commit d5dd4b64a8
5 changed files with 401 additions and 32 deletions

View File

@@ -156,6 +156,11 @@ export function createGraphPersistenceState() {
authorityLastJobProgress: 0,
authorityLastJobError: "",
authorityLastJobUpdatedAt: "",
authorityRecentJobs: [],
authorityRecentJobsUpdatedAt: "",
authorityRecentJobsError: "",
authorityRecentJobsNextCursor: "",
authorityRecentJobsHasMore: false,
authorityBlobState: "idle",
authorityLastBlobEvent: null,
authorityLastBlobAction: "",