Skip to content

fix(desktop): add calendar chip context menus#5379

Open
ComputelessComputer wants to merge 2 commits into
mainfrom
fix/calendar-chip-context-menu
Open

fix(desktop): add calendar chip context menus#5379
ComputelessComputer wants to merge 2 commits into
mainfrom
fix/calendar-chip-context-menu

Conversation

@ComputelessComputer
Copy link
Copy Markdown
Collaborator

@ComputelessComputer ComputelessComputer commented May 29, 2026

Show native sidebar-style context menus for calendar event and session chips.


Note

Medium Risk
Context menus trigger ignore-event and cascade session deletion with undo; behavior is refactored into a shared hook but still mutates local store and filesystem on finalize.

Overview
Adds native (Tauri) context menus to calendar event and session chips, aligned with the top meeting timeline: open in a new tab, delete/ignore calendar events (including recurring series), show session folder in Finder, and delete notes.

Session deletion logic is centralized in a new useDeleteSession hook and wired from the meeting timeline and calendar session chips instead of inlined store/undo code.

Calendar day cells and chip buttons get select-none to reduce accidental text selection when right-clicking.

Reviewed by Cursor Bugbot for commit 9de4a5e. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 29, 2026

Deploy Preview for old-char canceled.

Name Link
🔨 Latest commit 9de4a5e
🔍 Latest deploy log https://app.netlify.com/projects/old-char/deploys/6a19cc55beaac4000866c7b4

@ComputelessComputer ComputelessComputer force-pushed the fix/calendar-chip-context-menu branch from 80d66c8 to 1a7508c Compare May 29, 2026 17:08
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1a7508c. Configure here.

Comment thread apps/desktop/src/calendar/components/session-chip.tsx Outdated
Show native sidebar-style context menus for calendar event and session chips.
Extract the duplicated delete-with-undo flow from the calendar session chip and top meeting timeline into a useDeleteSession hook.
@ComputelessComputer ComputelessComputer force-pushed the fix/calendar-chip-context-menu branch from 1a7508c to 9de4a5e Compare May 29, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant