-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(ui): refactor Control Adapters in Control Layers #6298
Merged
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5074bea - Browse repository at this point
Copy the full SHA 5074beaView commit details
Commits on May 1, 2024
-
refactor(ui): add control layers separate control adapter implementat…
…ion (wip) - Revise control adapter config types - Recreate all control adapter mutations in control layers slice - Bit of renaming along the way - typing 'RegionalGuidanceLayer' over and over again was getting tedious
Configuration menu - View commit details
-
Copy full SHA for 6166cd0 - Browse repository at this point
Copy the full SHA 6166cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa700e - Browse repository at this point
Copy the full SHA 5fa700eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1bc01 - Browse repository at this point
Copy the full SHA 2c1bc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad57e6 - Browse repository at this point
Copy the full SHA aad57e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47501d - Browse repository at this point
Copy the full SHA d47501dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7a02b - Browse repository at this point
Copy the full SHA 8b7a02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d92417b - Browse repository at this point
Copy the full SHA d92417bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc8dab - Browse repository at this point
Copy the full SHA 1fc8dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8a721 - Browse repository at this point
Copy the full SHA bb8a721View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffaa1b4 - Browse repository at this point
Copy the full SHA ffaa1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3cfc9 - Browse repository at this point
Copy the full SHA fb3cfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for da105f3 - Browse repository at this point
Copy the full SHA da105f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce22ec - Browse repository at this point
Copy the full SHA 5ce22ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0304c40 - Browse repository at this point
Copy the full SHA 0304c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e184c - Browse repository at this point
Copy the full SHA b6e184cView commit details -
fix(ui): canvas infinite loop when setting bbox dims
When typing in a number into the w/h number inputs, if the number is less than the step, it appears the value of 0 is used. This is unexpected; it means Chakra isn't clamping the value correctly (or maybe our wrapper isn't clamping it). Add checks to never bail if the width or height value from the number input component is 0.
Configuration menu - View commit details
-
Copy full SHA for 15f82e1 - Browse repository at this point
Copy the full SHA 15f82e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88660a - Browse repository at this point
Copy the full SHA a88660aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3583e6d - Browse repository at this point
Copy the full SHA 3583e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec39667 - Browse repository at this point
Copy the full SHA ec39667View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b10d6a - Browse repository at this point
Copy the full SHA 5b10d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06db529 - Browse repository at this point
Copy the full SHA 06db529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259ffd1 - Browse repository at this point
Copy the full SHA 259ffd1View commit details
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.