Add multi-select, marquee, and group duplicate fill to canvas designer#16
Merged
jeffgo10 merged 1 commit intoJul 1, 2026
Merged
Conversation
- Shift/Ctrl/Cmd multi-select with proxy group transform box (v0.2.10–0.2.13) - Marquee rubber-band selection on empty canvas (v0.2.14) - Duplicate all selected stickers as a block via buildGroupDuplicatesToFit (v0.2.15) - Bump @jeffgo10/react-canvas-designer to 0.2.15; update docs demo and engineering notes Co-authored-by: Cursor <cursoragent@cursor.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
Extends
@jeffgo10/react-canvas-designerwith Silhouette-style selection power tools: Shift/Ctrl/Cmd multi-select with a group transform box, marquee rubber-band selection, and duplicate-fill that copies every selected sticker together as a block. Bumps the package to v0.2.15 and updates the/stickpakdocs demo plus engineering notes.Changes
Packages (
@jeffgo10/react-canvas-designerv0.2.15)selectedIdsarray,onSelectedIdsChangecallback, Shift/Ctrl/Cmd additive click viaselection.tsgroupTransform.tspreserves relative layout during move/resize/rotate;constrainMultiSelectBoundBoxinresizeConstraints.tsmarqueeSelection.ts); Shift/Ctrl/Cmd adds to selectionbuildGroupDuplicatesToFitduplicates all selected stickers as a block until printable area is full; exports fromindex.tsCanvasDesigner.test.tsxupdatedDocs app (
apps/docs)StickPakCanvasSectionwiresonSelectedIdsChangeand updated helper text for multi-select, marquee, and group duplicateDocs / Cursor rules
docs/stickpak/engineering-notes.md,phase-1.md— feature log and pin table.cursor/rules/ls-foundry-core.mdc— pin@jeffgo10/react-canvas-designer0.2.15Commits
e217d6dTest plan
pnpm test:coverage --filter=@jeffgo10/react-canvas-designer(100 tests pass)pnpm run dev --filter=@ls-foundry/docs→/stickpak— Shift-select multiple stickers, marquee drag, group move/rotate, duplicate horizontal/vertical with multi-selectpnpm run build:packagesNotes / follow-ups
@jeffgo10/react-canvas-designer@0.2.15and wireonSelectedIdsChangefor storefront multi-select UX/sync-obsidian-notesMade with Cursor