fix(timeline): move meetings to top timeline#5340
Merged
Merged
Conversation
✅ Deploy Preview for old-char canceled.
|
6eecece to
30844a6
Compare
30844a6 to
ec9d7de
Compare
6dd93d1 to
76c471e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 76c471e. Configure here.
Replace the time-axis rail with compact date-ordered carousel cards, group dense meetings, and keep note and event context menus on cards.
76c471e to
c6e9d90
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.

Replace the default sidebar timeline with a top meeting timeline, add 30-minute duration bars with pan and zoom support, and keep custom sidebars intact.
Note
Medium Risk
Large UI shell change plus session delete/open and calendar-ignore paths on the new timeline; sidebar lock/unmount behavior was adjusted for custom tabs.
Overview
Moves the default meetings experience from the left sidebar into a horizontal top carousel (
TopMeetingTimeline) under tab chrome when the sidebar is expanded and the tab is not onboarding, devtool, or a custom-sidebar type (calendar, settings, etc.).Layout & chrome:
ClassicMainBodyconditionally renders the top timeline and relocatesToastAreato a floating corner;ClassicMainSidebarno longer showsLeftSidebarfor the default case—only devtool or custom-sidebar tabs. The sidebar toggle uses top-panel icons and “Toggle timeline” when that mode applies.Timeline behavior: New helpers default missing/invalid ends to 30 minutes (
normalizeEndMs) and derive session spans from transcript rows (buildSessionRecordingRanges). Cards support open/delete/ignore flows, previews, a Today jump chip, and horizontal scroll (including vertical wheel → horizontal). Calendar events skip all-day rows; future events only; session/event deduping by tracking id.Supporting fixes:
showNativeContextMenuextracted for reuse;useCustomSidebarEffectcleans up on unmount; session preview omits blank participant names; tests updated for the new layout.Reviewed by Cursor Bugbot for commit c6e9d90. Bugbot is set up for automated code reviews on this repo. Configure here.