feat(seer): Collapse Autofix setup warning into a filter-row tooltip - #122975
Draft
mtopo27 wants to merge 1 commit into
Draft
feat(seer): Collapse Autofix setup warning into a filter-row tooltip#122975mtopo27 wants to merge 1 commit into
mtopo27 wants to merge 1 commit into
Conversation
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>
mtopo27
force-pushed
the
feat/seer-automation-warning-tooltip
branch
from
August 28, 2026 09:38
4621b27 to
0122948
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.
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:
since the linked action enables automation rather than provisioning Seer.
destination) rather than a bare "here".
"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.