feat: Up Next banner with Open/Join and meeting links - #2561
Merged
Conversation
…g links Surfaces a centered "Starts in N minutes" banner (mirroring Vimcal) when the next event is about to start, with Open [N] to view details or Join [V] to open the meeting link in a new tab, dismissible via Escape or click. Plumbs the synced conference/meeting URL through core, sync, and backend so it reaches the browser for the first time (previously dropped at two read translation points). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
tyler-dane
force-pushed
the
claude/compass-event-tooltip-7abfbf
branch
from
August 4, 2026 00:20
42ab7be to
2dbe2da
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
Open [N]to view details,Join [V]to open the meeting link when one exists, and dismiss via click or EscapeN"open Up Next event" shortcut into the new banner, removing the now-redundantuseUpNextEventShortcutand its two view-level call sitesNote on scope
This branch was rebased onto current
mainafter discovering that #2555/#2557/#2558 had independently landed the meeting-link (and location/attendees) plumbing through core/sync/backend, plus a Join link on the existing sidebarUpNextCard, while this branch was in progress. The redundant schema/translation work from this PR's original scope was dropped in favor of main's already-shipped version; this PR now only adds the new bottom-center banner surface and its own tests.Test plan
bun run type-checkcleanbun run lintclean (no new warnings)UpNextBanner,UpNextCard, shortcuts data,WeekViewrender)🤖 Generated with Claude Code