Skip to content

Revert "fix(meetings): Add swipe dismissal to meeting reminders" - #1904

Merged
Chadpiha merged 1 commit into
mainfrom
revert-1897-fix/meeting-notification-swipe
Aug 27, 2026
Merged

Revert "fix(meetings): Add swipe dismissal to meeting reminders"#1904
Chadpiha merged 1 commit into
mainfrom
revert-1897-fix/meeting-notification-swipe

Conversation

@Chadpiha

Copy link
Copy Markdown
Collaborator

Reverts #1897

@Chadpiha
Chadpiha merged commit 03e7f21 into main Aug 27, 2026
4 checks passed
Chadpiha added a commit that referenced this pull request Aug 27, 2026
Recreates #1897, which was reverted in #1904, on top of #1898.

A horizontal pointer swipe of 80px in either direction dismisses the
notification card, taking the same path as its close button. Swipes that
start on an action button are ignored, and the window stays interactive
for the duration of a captured drag so leaving the card mid-swipe does
not make it click-through.

#1897 exempted the auto-end countdown, which was non-dismissible then.
#1898 replaced it with the restart offer, which has a close button, so
the swipe routes through the same dismiss handler the button uses rather
than the detection-only responder — which would have silently no-opped
on that card. The dismissibility of the card under the pointer when it
is released decides, since a newer prompt can replace the card mid-drag.
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