Skip to content
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
merged 23 commits into from
May 2, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    5074bea View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. 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
    psychedelicious committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6166cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa700e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c1bc01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aad57e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d47501d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b7a02b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d92417b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fc8dab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb8a721 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffaa1b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb3cfc9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da105f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ce22ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0304c40 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6e184c View commit details
    Browse the repository at this point in the history
  16. 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.
    psychedelicious committed May 1, 2024
    Configuration menu
    Copy the full SHA
    15f82e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a88660a View commit details
    Browse the repository at this point in the history
  18. chore(ui): lint

    psychedelicious committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3583e6d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ec39667 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    5b10d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06db529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259ffd1 View commit details
    Browse the repository at this point in the history