feat(voice): written text leads, voice reply card gets an accent - #181
Merged
Conversation
The voice reply card used to sit above the message and fold the written text behind a Show written reply toggle. The text now always renders first with the player below it, and the toggle is gone. Voice-only turns still show just the player since their text is the transcript. Voice reply and listening version cards were identical except for the title. The voice reply card now carries an accent tint and a waveform icon so the two read differently at a glance.
Review follow-up: the unavailable flag latched one-way, so a voice-only turn kept its transcript as body text after a flapping connection recovered, duplicating the player transcript. The player now mirrors availability both ways. Also narrows the new test assertions.
pandecforce-pushed
the
voice-reply-layout
branch
from
August 28, 2026 06:17
fe854a5 to
30444d3CompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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 voice reply card sat above the message and folded the written text behind a Show written reply toggle, and it looked identical to the listening version card except for its title.
The written text now always renders first with the player below it, and the toggle is gone. Voice-only turns keep showing just the player since their text is the transcript (still readable via View transcript). The voice reply card also gets an accent tint and a waveform icon on web and mobile so it reads apart from the neutral listening version card at a glance. Mobile gains a
--color-accenttoken (iOS system blue) plus an Android fallback glyph for thewaveformSF symbol. Thevoice_replytool description and the README fork section no longer mention the toggle.Focused web tests cover the new ordering and the voice-only case.
Implemented by Claude Fable 5 via Claude Code.