-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/simple layout section (#4316)
* a SimplifiedLayoutSubsection is born * inlining the DimensionRow * this should not be a ref * FixedHugDropdown v1 * simplifying useOnSubmitFixedFillHugType, step 1 * useOnSubmitFixedFillHugType simplification, step 2 * GroupConstraintSelect only uses single prop * leftover delete * GroupChildPinControl separated * WidthHeightNumberControl * ClipContentControl row! * a ConstraintsSection appeared! * steps towards a working FrameChildConstraintsSection * working constraint dropdown * pindetect multiselect now! * framePoints are displaying something * Update constraints-section.tsx * mouse based pinning works now! * updating performance tests * feature(inspector) Basic cut of simplified layout controls. * feature(inspector) Updates now re-using some strategy code. * reset the number input on empty input * moving FrameUpdatingLayoutSection to its own component * moving ClipContentControl and FrameUpdatingLayoutSection into their own modules * moving pinnning helpers to dedicated file * reset the number control if the user tries to input a unit * Update frame-updating-layout-section.tsx * updating the perf tests * feature(inspector) Simplified layout section now better disables itself for multiselect. * pad the constraints dropdowns so they match the height of the pin control * oops missing useCallback * fixing a variable name, adding comment --------- Co-authored-by: Sean Parsons <[email protected]>
- Loading branch information
1 parent
d36cc0b
commit d782641
Showing
27 changed files
with
1,465 additions
and
192 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.