Skip to content

feat(seer): Collapse Autofix setup warning into a filter-row tooltip - #122975

Draft
mtopo27 wants to merge 1 commit into
masterfrom
feat/seer-automation-warning-tooltip
Draft

feat(seer): Collapse Autofix setup warning into a filter-row tooltip#122975
mtopo27 wants to merge 1 commit into
masterfrom
feat/seer-automation-warning-tooltip

Conversation

@mtopo27

@mtopo27 mtopo27 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Move the "Seer isn't set up" notice on the Autofix Overview page out of a
full-width banner and into a compact warning icon inline in the filter row,
next to the Sort control. The message now appears on hover in a tooltip
instead of permanently occupying a row below the filters.

The banner spent a full row of vertical space to convey a low-frequency,
informational warning. Collapsing it to a hover tooltip reclaims that space
while keeping the information one hover away, and matches how other status
affordances in this view (assignee/status icons) already behave.

Copy and formatting changes made along the way:

  • Reworded to "Seer automation isn't set up for . Enable automation",
    since the linked action enables automation rather than provisioning Seer.
  • The link text is the full "Enable automation" phrase (accessible, unambiguous
    destination) rather than a bare "here".
  • The project list shows up to two names, then collapses the rest into
    "and N more projects" (properly singular/plural).

Only the partial case (some selected projects unconfigured) is affected. When
every selected project is unconfigured, the page still shows the full
"Set up Seer to start fixing issues" empty state as before.

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 28, 2026
On the Autofix Overview page, the "Seer isn't set up" notice rendered as a
full-width banner below the filters, taking a row of vertical space. Replace
it with a compact warning icon placed inline in the filter row; the message
now shows on hover in a tooltip.

The copy reads "Seer automation isn't set up for N projects in the current
filter" with "Enable automation" linking to org Seer settings. It reports a
count scoped to the active project filter rather than listing project names,
keeping the tooltip short and unambiguous.

The tooltip is a hover affordance with no room in the wrapped mobile filter
grid, so the icon is suppressed below the small breakpoint.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant