feat(seer): Add In Progress tab to autofix overview - #122192
Open
NicoHinderling wants to merge 1 commit into
Open
feat(seer): Add In Progress tab to autofix overview#122192NicoHinderling wants to merge 1 commit into
NicoHinderling wants to merge 1 commit into
Conversation
NicoHinderling
marked this pull request as ready for review
August 18, 2026 04:52
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-status-frontend
branch
from
August 18, 2026 05:19
f19eb51 to
459b433
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-in-progress-tab
branch
from
August 18, 2026 05:19
d0421b4 to
311a390
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-status-frontend
branch
from
August 18, 2026 05:24
459b433 to
9075548
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-in-progress-tab
branch
from
August 18, 2026 05:24
311a390 to
a0733a9
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a0733a9. Configure here.
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-in-progress-tab
branch
from
August 18, 2026 05:34
a0733a9 to
335d3f9
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-status-frontend
branch
from
August 18, 2026 05:38
9075548 to
b9c1f1c
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-in-progress-tab
branch
from
August 18, 2026 05:39
335d3f9 to
f48ff6e
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-status-frontend
branch
from
August 18, 2026 05:43
b9c1f1c to
de70d94
Compare
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-in-progress-tab
branch
from
August 18, 2026 05:44
f48ff6e to
5a1cc7e
Compare
Add an All Runs / In Progress tab bar above the run list. In Progress is a pure frontend filter on runs whose live status is processing; the tab counts derive from the already-fetched runs and respect the active assignee filter. The selected tab persists in the URL (?view=in_progress) to match the existing sort and assignee filters.
NicoHinderling
force-pushed
the
feat/seer-autofix-overview-in-progress-tab
branch
from
August 18, 2026 05:54
5a1cc7e to
1b34450
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.

Adds an All Runs / In Progress tab bar to the Autofix overview page (AIML-3324).
What
Tabs/TabListbar sits above the run list. In Progress is a pure frontend filter on runs whose live status isprocessing— no new API calls, no backend change.All Runs (N)/In Progress (M)) are derived from the runs already fetched/polled by the overview hook, and respect the active assignee filter so the counts and the visible list always agree.?view=in_progress), matching howsortandassigneealready work, so the view is shareable.EmptyStatewith a tab-specific message; empty sections continue to auto-hide.Notes
statusfield this tab filters on. Merge/deploy order: backendstatusexpand → status-poll frontend → this tab.