Skip to content

feat(dashboard): add scheduled resume-generation widget above Umami - #41

Merged
danielheene merged 0 commit into
developfrom
worktree-merge-scheduled-resume-widget
Aug 14, 2026
Merged

feat(dashboard): add scheduled resume-generation widget above Umami#41
danielheene merged 0 commit into
developfrom
worktree-merge-scheduled-resume-widget

Conversation

@danielheene

Copy link
Copy Markdown
Owner

Cherry-picks the scheduled resume-generation dashboard widget (originally built on develop-merge, commit 97450c6) onto current develop.

This turned out to be a clean same-lineage rebase — develop-merge and develop share history up to 7d42699, and the widget commit replayed with zero conflicts once the merge worktree was branched from the correct, up-to-date develop tip.

Adds:

  • src/widgets/ScheduledResumeGenerationWidget/ — dashboard widget with a ticking progress bar and 30s polling for the most recent pending GenerateResumeDocument job
  • src/lib/actions/runResumeGenerationJobNow.ts (+ test) — "Run now" action via payload.jobs.runByID
  • Registers the widget in payload.config.ts's admin.dashboard (above umami-widget)

Verified: tsc --noEmit clean for all touched files, vitest run passes (6/6) for the new action test.

🤖 Generated with Claude Code

poster={item.poster ?? undefined}
preload={priority ? 'auto' : 'metadata'}
ref={videoRef}
src={item.url}
poster={item.poster ?? undefined}
preload={priority ? 'auto' : 'metadata'}
ref={videoRef}
src={item.url}
@danielheene
danielheene merged commit aacb63b into develop Aug 14, 2026
4 of 5 checks passed
@danielheene
danielheene deleted the worktree-merge-scheduled-resume-widget branch August 14, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants