Match mobile meeting tabs to desktop - #7445
Merged
Merged
Conversation
Show Summary, Memos, and Transcript after recording ends. Share transcript rendering with the live sheet and keep playback and retry controls in the Transcript tab.
✅ Deploy Preview for anarlog canceled.
|
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.
Show Summary, Memos, and Transcript after recording ends. Share transcript rendering with the live sheet and keep playback and retry controls in the Transcript tab.
Note
Low Risk
UI refactor and tab routing only; transcription and audio flows are relocated, not rewritten.
Overview
Adds a Transcript segment alongside Summary and Memos on the note screen when recording has ended, aligning mobile with desktop’s three-tab meeting view.
Transcript UI is centralized in a new
SessionTranscriptcomponent (segment list, empty/error states, optional live “Speaking…” footer, auto-scroll while listening). The live ListeningSheet now renders that component with live transcription props and no longer acceptsrecordingDetails; it only mounts while a session is actively listening.Playback, cloud restore, sync, and transcribe/retry controls that used to appear in the listening sheet footer after recording are moved into the Transcript tab via
recordingDetails. Summary content is shown only when tab index is 0 instead of the previous “not Memos” rule.Reviewed by Cursor Bugbot for commit 47f6a85. Bugbot is set up for automated code reviews on this repo. Configure here.