fix(desktop): show live transcript across tabs#5428
Merged
Conversation
✅ Deploy Preview for old-char canceled.
|
02c803b to
e92deea
Compare
f70f06a to
0e82fbc
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0e82fbc. Configure here.
Mount and frame the active meeting live transcript in the main shell for non-active tabs, suppress duplicate per-session transcript controls, and keep batch progress visible for other sessions.
0e82fbc to
cfbc653
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.

Mount the active meeting live transcript in the main shell for non-active tabs and suppress competing per-session transcript controls.
Note
Medium Risk
Touches live-session UI coordination across the main shell and per-tab accessories; behavior is heavily tested but wrong deferral could hide transcripts or batch UI on the wrong tab.
Overview
The desktop main area now wraps tab content in
GlobalLiveTranscriptAccessory, so an active meeting’s live (or finalizing) transcript can appear at the bottom while you’re on other tabs—without unmounting the current tab. On the live session tab, the global layer stays off so the existing per-session live UI is not duplicated.Per-session
useSessionBottomAccessorydefers live/post-session transcript chrome when another session owns the global live panel (batch progress on the open tab is unchanged). SharedshouldShowLiveTranscriptAccessorycentralizes when live UI should show (active live mode vs finalizing, not record-only).resolveMainSurfaceChromereplaces duplicated shell/body logic; the global footer adjusts borders for top vs sidebar timeline modes.StandardTabWrapper/ session surfaces gainafterBorderFlushso live panels sit flush on the active session tab.Reviewed by Cursor Bugbot for commit cfbc653. Bugbot is set up for automated code reviews on this repo. Configure here.