Page Code Animation history and refresh from job events - #8577
Merged
Merged
Conversation
atomantic
force-pushed
the
claim/issue-8517
branch
from
September 26, 2026 01:40
c30f220 to
6e48b99
Compare
atomantic
force-pushed
the
claim/issue-8517
branch
from
September 26, 2026 01:46
6e48b99 to
7550b91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Code Animation now opens with a compact, deterministic 50-job page and loads older jobs on demand. The paged route caps reads at 100, returns collection-wide counts, and omits full concepts; bookmarked job details still load through the existing detail route. Query-less callers retain their array response.
The gallery no longer polls every ten seconds. Durable job start, completion, failure, and restart reconciliation emit a scoped invalidation; the page refreshes its first page on changes and socket reconnect while keeping loaded history. The selected running job keeps its existing detail poll.
Validation
npm run pregatepassed. The configured tool-free Codex TUI review returned no findings.Closes #8517