-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/groups #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat/groups #63
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
e6e6b41
feat(groups): add GroupObject type and tree-walk helpers
u8array 60971df
feat(groups): add groupSelection and ungroup store actions
u8array cff375c
feat(groups): make ZPL export and canvas render group-aware
u8array 3e52d4b
feat(groups): bind Ctrl+G / Ctrl+Shift+G to group and ungroup
u8array 8fe9f25
fix(groups): guard getStepRotation against missing props
u8array 1975928
feat(groups): auto-select-parent on click, group drag via attachable …
u8array cfbf207
feat(groups): cascade lock to children, expand selection for arrow ke…
u8array 508cd81
feat(groups): localised label and folder glyph for the group row
u8array b1a47ba
feat(groups): hierarchical layers panel with expand and ungroup
u8array ad650f8
feat(groups): drag layers in and out of groups
u8array 60e355c
feat(groups): drop-position preview in the layers panel
u8array 65c78f1
fix(groups): empty groups accept drops, drop position matches inserti…
u8array 6860ab7
fix(groups): bottom drop zone so the last row can be extracted
u8array 555a41c
feat(groups): horizontal-indent drag, drop the bottom sentinel
u8array ec7bf6c
fix(groups): pointer-direct cursor tracking for indent drag
u8array 4777d7f
fix(groups): indent drag drops onto its own row when depth changes
u8array cbf275f
refactor(groups): inline useT() in LayerRow instead of threading 8 t-…
u8array 165e328
refactor(groups): extract useLayerDnd hook from LayersPanel
u8array 6f9dcef
refactor(groups): extract shouldDropInto predicate
u8array 3e1911c
feat(groups): new-group button in the layers panel header
u8array ccfa3f2
feat(groups): inline-rename groups via double-click in the layers panel
u8array 7108c58
refactor(groups): split LayerRow into its own file, unify panel rende…
u8array 0b4b116
feat(groups): indent guide lines and selected-group tint in layers panel
u8array fa9d17b
feat(groups): bold group labels and child count on collapsed groups
u8array 3bd477a
feat(groups): bottom gap on the last child of an expanded group
u8array afd7d4b
refactor(groups): unify indent spacer + extract insertAt helper
u8array 2d713a4
refactor(groups): move INDENT_STEP into its own layout module
u8array 3e16aca
feat(groups): name field in PropertiesPanel for groups
u8array adb95c5
feat(groups): group-selection button in the multi-select PropertiesPanel
u8array 1c35677
fix(groups): drop the orphan separator under PropertiesPanel when no …
u8array 8dd1024
refactor(groups): tree-walk lookup in PropertiesPanel and shared canG…
u8array 751cf09
fix(groups): make leaf-only consumers reject GroupObject at the type …
u8array 4886183
perf(groups): address gemini review on hot-path traversals
u8array 27233fb
fix(groups): address gemini round 2 — indent-gated drop-into, reorder…
u8array 58d759a
refactor(groups): collapse drop-resolution into a single DropMode helper
u8array bfeea95
perf(groups): identity-preserving mapObjectById and updateObjects walk
u8array 1ab5189
fix(groups): guard rename commit against escape-driven blur
u8array File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.