fix(inbox): Align Autofix action icons - #122481
Open
roggenkemper wants to merge 1 commit into
Open
Conversation
roggenkemper
force-pushed
the
roggenkemper/fix/inbox-autofix-icons
branch
from
August 24, 2026 16:50
4c5a3f5 to
ec56e23
Compare
roggenkemper
force-pushed
the
roggenkemper/fix/inbox-autofix-icons
branch
from
August 24, 2026 17:49
ec56e23 to
d32becb
Compare
roggenkemper
force-pushed
the
roggenkemper/fix/inbox-autofix-icons
branch
from
August 24, 2026 18:05
d32becb to
8e1037c
Compare
roggenkemper
marked this pull request as ready for review
August 24, 2026 18:54
scttcper
reviewed
Aug 24, 2026
| ); | ||
| }); | ||
|
|
||
| it('uses the code changes icon for the code fix action', async () => { |
Member
There was a problem hiding this comment.
can this be merged into another existing test
scttcper
approved these changes
Aug 24, 2026
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.
The Inbox issue stream now replaces the generic Seer icon on Root Cause, Plan, Code Changes, and Create PR buttons with action-specific Autofix icons, including while steps are processing. Existing GitHub, external-link, retry, and Continue in Seer icons remain unchanged.
Fixes ISWF-3259