fix(web): shift jump, focus contrast, and recurrence nudge bugs - #2750
Merged
Conversation
Allow Shift event-jump while keyboard-only is on, improve light-mode event focus rings, apply series schedule deltas on promote, and keep occurrence linkage so undo after a SHIFT+ARROW nudge stays valid. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Remove the tour-specific Shift-hold test now that keyboard-only always allows activate, and trim low-value comments plus a duplicated delete call in the local series replace path. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/fix-keyboard-recurrence-bugs-c165
branch
from
August 10, 2026 21:51
f899ebc to
8415462
Compare
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
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
Fixes four calendar interaction bugs:
activate()).ring-offset-backgroundon focus, and timed selected state uses a dual-tone halo so default charcoal fills stay distinguishable.1/2after SHIFT+ARROW — LocalreplaceSeriesnow applies the occurrence edit as a delta onto the series base (instead of rebasing DTSTART) and deletes leftover occurrence overrides so subsequent instances stick after settle.preserveon a composed occurrence id keeps{ kind: "occurrence" }linkage (mirroring backend ack) so undo restore no longer demotes tosingle. Undo/redo restores also skip write coalescing.Test plan
bun test:webfocused on shift-hint, keyboard-only integration, EventCard, local.event.repository, useEventMutations, useUndoRedobun lint(no new errors)1/2moves siblings