feat(studio): canvas nudge math + NLE shell components (pr12+pr13 recovery)#2278
Merged
miguel-heygen merged 1 commit intoJul 12, 2026
Conversation
What: domEditNudge — pure nudge-step math (direction × modifier → delta, commit debounce constant) with tests. Shipped unwired. Why: small standalone concept consumed by the canvas nudge hook in the chrome-components PR. How: new files; one TEMP(studio-dnd) ignoreExports entry until the consumer lands (removed by the app-shell swap PR). Test plan: bunx vitest run domEditNudge.test.ts; tsc --noEmit; fallow audit clean.
889ba96 to
951fda3
Compare
Collaborator
This was referenced Jul 12, 2026
This was referenced Jul 12, 2026
ec60705
into
studio-dnd/pr11-canvas-zorder-menu
65 of 66 checks passed
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.

Consolidated recovery: #2204 (pr13) was merged into this branch instead of main; #2203 (pr12) was closed by the branch-deletion race. Diff vs main = exactly pr12+pr13 (verified, +312 incl. NLEContext). Content identical to the APPROVED #2203/#2204. Supersedes #2273.