feat(image): complete reviewed generation delivery #15

Merged
tkmind merged 7 commits from 0717-dev into main 2026-07-20 12:09:07 +00:00
Showing only changes of commit fc3d27aae0 - Show all commits
+5 -1
View File
@@ -1030,7 +1030,11 @@ export function MindSpaceView({
setSpace(nextSpace);
setPages(recentPagesResult.items);
setRecentPagesTotal(recentPagesResult.page.total ?? recentPagesResult.items.length);
await refreshAgentJobsSummary();
// The agent-job count is supplementary. A slow job store must not keep the
// already-loaded MindSpace home screen in its global loading state.
void refreshAgentJobsSummary().catch(() => {
setAgentJobsTotal(0);
});
} catch (err) {
setError(err instanceof Error ? err.message : '空间加载失败');
} finally {