fix(desktop): tuck chat fab during active meetings#5429
Merged
Conversation
Keep the chat FAB available during active meetings in the existing tucked hover-reveal state, including before transcript rows exist.
✅ Deploy Preview for old-char 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.
Keep the chat FAB available during active meetings in the existing tucked hover-reveal state, including before transcript rows exist.
Note
Low Risk
Desktop session UI visibility and tuck styling only; no auth, data, or API changes.
Overview
During active listening sessions, the session floating action button now favors the chat CTA over Start listening, and keeps it in the same tucked, hover-reveal layout used when the editor hides the FAB or the caret is near the bottom—including before any transcript rows exist.
Visibility rules now key off
getSessionMode: the listen FAB only appears when the session is inactive on the raw memo with no transcript; the chat FAB is allowed for inactive or active modes when there is a transcript or the meeting is live, still respecting enhanced-note error / LLM blocking states. Tests cover active-meeting tuck behavior and pre-transcript chat display.Reviewed by Cursor Bugbot for commit 6a48dcb. Bugbot is set up for automated code reviews on this repo. Configure here.