Skip to content

Support shift-click range selection in multi-select - #63

Merged
gosku merged 1 commit into
mainfrom
shift-click-range-select
Jul 14, 2026
Merged

Support shift-click range selection in multi-select#63
gosku merged 1 commit into
mainfrom
shift-click-range-select

Conversation

@gosku

@gosku gosku commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Adds shift-click range selection to the shared multi-select controller, used by the recipe explorer and image gallery. Click one card, shift-click another, and everything in between toggles with it. Shift-clicking a selected card deselects the range instead.

🤖 Generated with Claude Code

The multi-select controller only allowed picking items one by one. It
now remembers the last clicked card as an anchor: shift-clicking another
card applies the state the clicked card is toggling into to every card
between the two, so a whole range can be selected or deselected in one
go.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@gosku
gosku merged commit f082f33 into main Jul 14, 2026
4 checks passed
@gosku
gosku deleted the shift-click-range-select branch July 14, 2026 22:29
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