feat: add select-all canvas shortcut - #536
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe ChangesSelect All Shortcut
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The change adds Ctrl+A selection for scene components while preserving text-mode behavior. No actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files.
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
K1mmyn
left a comment
There was a problem hiding this comment.
Other than the bug I found LGTM maybe try to fix it and request me to review it again
| @@ -7,12 +7,11 @@ import { | |||
| sendToBack, | |||
There was a problem hiding this comment.
Screen.Recording.2026-09-03.at.10.24.00.PM.mov
Duplicating elements and undoing causes the app to crash. This is probably not related to your ticket but this needs to be fixed
Issue
No ability to select all components in a scene
Solution
Implemented a ctrl+A function to highlight all components
Summary by CodeRabbit