Remove live transcript bottom accessory#5790
Merged
Merged
Conversation
✅ Deploy Preview for old-char canceled.
|
5e3c412 to
f1567ec
Compare
Delete the remaining bottom live transcript panels and keep the session/main shell tests aligned.
Make the session bottom accessory hook return no chrome even while live transcription is active.
f1567ec to
116eec6
Compare
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
Note
Low Risk
UI-only removal with visibility tests; no auth, data, or API changes in scope.
Overview
Removes the session bottom live transcript UI (
global-live, expand/collapse toggle) so the bottom accessory hook no longer renders that chrome during live transcription.shouldShowSessionBottomAccessorystill hides bottom chrome for batch transcription and only shows playback controls on the transcript tab when accessory state exists; tests cover those cases.Lingui catalogs drop obsolete strings (Live, Collapse/Expand {0}) from the removed components across locales; compiled
messages.tsfiles are regenerated.Reviewed by Cursor Bugbot for commit 116eec6. Bugbot is set up for automated code reviews on this repo. Configure here.