feat(settings): brand the Voices host pills with assistant logos + colors (#473)#480
Merged
Conversation
…lors (#473) The host pills were plain text. Each now wears its assistant's logo (pi.ai's green "Pi" wordmark, claude.ai's spark app icon — the same marks the saypi.ai sites-supported cards use) and takes on the brand palette when active: Pi's forest green on cream, Claude's terracotta on ivory. Logos are decorative (alt="" + aria-hidden) since the pill text remains the accessible label, and the active state is mirrored into aria-selected so color is never the only signal. Closes #473 Co-Authored-By: Claude Fable 5 <[email protected]> Claude-Session: https://claude.ai/code/session_012DZR4Vp9B1RiKVrkfYiM1o
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.
Why
Founder tasting feedback on Patch A (#470): the Voices host pills are plain text — showing each assistant's logo and brand color (like the platform cards on saypi.ai/features/sites-supported) makes the surface feel more professional and lets users locate their assistant at a glance.
What
public/icons/logos/pi.png(pi.ai's green "Pi" wordmark) andpublic/icons/logos/claude.png(claude.ai's spark app icon) — the same marks users see on the hosts themselves and on the saas site's cards, alongside the provider logos the extension already ships (elevenlabs/openai/inflection).alt=""+aria-hidden— the pill text stays the accessible label), and the controller now mirrors the active pill intoaria-selectedon the tablist, so color is an accent rather than the only state signal.Tests
New panel spec case (logo src per pill, decorative attributes, text label retained) and controller case (aria-selected tracks pill switches). Full
npm testgate green after rebasing onto the merged #479.Sits on top of #471's Voices tab. A real-browser look-check of the pill styling rides the next Layer-4 pass, alongside the door-row look-check deferred from #470.
Closes #473
🤖 Generated with Claude Code
https://claude.ai/code/session_012DZR4Vp9B1RiKVrkfYiM1o