{{ message }}
feat(site): add Charm Crush client icon to AI Bridge UI#24662
Open
dannykopping wants to merge 3 commits intomainfrom
Open
feat(site): add Charm Crush client icon to AI Bridge UI#24662dannykopping wants to merge 3 commits intomainfrom
dannykopping wants to merge 3 commits intomainfrom
Conversation
Adds a 💘 emoji-based SVG icon for the Charm Crush client and wires it into AIBridgeClientIcon so it displays in the client filter and request logs instead of the generic question mark fallback. This is a placeholder; replace with an official brand SVG when one becomes available.
dannykopping
commented
Apr 23, 2026
Contributor
Author
dannykopping
left a comment
There was a problem hiding this comment.
Self-review ✅
All icons must have width="256", height="256", and viewBox="0 0 256 256".
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.

Disclaimer: implemented by a Coder Agent using Claude Opus 4.6
Follow-up to #24630 which added backend Charm Crush client detection.
Summary
Adds a
"Charm Crush"case to theAIBridgeClientIconswitch so the client filter and request logs show an icon instead of the generic question mark fallback.Uses a 💘 emoji-based SVG as a placeholder, matching Crush's branding. Replace with an official brand SVG when one becomes available from the Charm team.
Changes
site/static/icon/charm-crush.svg: new emoji-based placeholder icon.site/src/pages/AIBridgePage/RequestLogsPage/icons/AIBridgeClientIcon.tsx: added"Charm Crush"case.