style(extensions): replace agent filter select with icon+label dropdown#67
Closed
Orchardxyz wants to merge 1 commit into
Closed
style(extensions): replace agent filter select with icon+label dropdown#67Orchardxyz wants to merge 1 commit into
Orchardxyz wants to merge 1 commit into
Conversation
Owner
|
Thanks for the suggestion! You are right that the colored fills "looked like error/disabled states": Claude's red read as an error, and Cursor/Codex as disabled. I fixed this in #72 by retuning the colors instead of removing them:
Please see the preview in #72 I didn't take the dropdown change itself, though: it makes the filter a non-native control, and I'd rather keep it a native Thanks again for catching this! |
RealZST
added a commit
that referenced
this pull request
May 29, 2026
#72) Shift each agent's brand color away from error-red / disabled-gray so the active filter no longer reads as an error or disabled control: - claude: red (hue 25 ~= error red) -> orange (hue 60), matching the real brand - codex: neutral gray -> indigo borrowed from its icon - cursor: flat gray -> warm charcoal (light) / off-white (dark), per its brand - copilot: arbitrary purple -> official GitHub Copilot violet (hue 296) - windsurf: lower chroma (less fluorescent) - soften active fill from /15 to /10 Addresses the concern in #67 by @Orchardxyz (colored fills reading as error/disabled), keeping the native <select> for consistency with the app's other filters. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
<select>for agent filter with a custom icon+label dropdownAGENT_FILTER_COLORS(colored backgrounds looked like error/disabled states)Before
After