Say who a message is sent as, not just whose name is on the chip - #24
Merged
Conversation
The Send to row read "Twitch JRBLAZE / Kick JRBLAZE". Under a label that says "Send to", a bare name reads as the person being addressed, so the chips looked like they were about to send a whisper to JRBLAZE rather than send as JRBLAZE. The name now carries the word that fixes it: the chip reads "Twitch as JRBLAZE", and its tooltip says "Messages go to Twitch chat, sent as JRBLAZE." The page-driven route follows the same shape — "via page" becomes "as page login" — so every chip in the row states an identity rather than leaving one to be inferred from position. The `connect` chip is unchanged; there is no account and so no name to show. The tag's max width goes 90px to 110px so the added "as " does not push ordinary logins into the ellipsis. Co-Authored-By: Claude Opus 5 <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.
The Send to row read
Twitch JRBLAZEKick JRBLAZE. Under a label that says Send to, a bare name reads as the person being addressed — the chips looked like a whisper to JRBLAZE rather than a message sent as JRBLAZE.What changed
Twitch JRBLAZETwitch as JRBLAZEKick via pageKick as page loginKick connectKick connect(unchanged — no account, no name)as <login>, falling back toas your accountwhen the login is not known yet. Its tooltip reads "Messages go to Twitch chat, sent as JRBLAZE."asdoes not push ordinary logins into the ellipsis.Version bumped to 1.14.2. Suite: 1369 passed, 0 failed.
🤖 Generated with Claude Code