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

ui: redesign followups 4 #5387

Merged
merged 12 commits into from
Jan 3, 2024
Merged

ui: redesign followups 4 #5387

merged 12 commits into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    f5b7ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007be2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a7763 View commit details
    Browse the repository at this point in the history
  4. feat(ui): reworked hotkeys modal

    - Displays all as list
    - Uses chakra `Kbd` component for keys
    - Provides search box
    psychedelicious committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    af9cb30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c854c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    727e250 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34bcd6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8423877 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0967da8 View commit details
    Browse the repository at this point in the history
  10. fix(ui): workaround canvas weirdness with locked aspect ratio

    Cannot figure out how to allow the bbox to be transformed when aspect ratio is locked from all handles. Only the bottom right handle works as expected.
    
    As a workaround, when the aspect ratio is locked, you can only resize the bbox from the bottom right handle.
    psychedelicious committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6456a60 View commit details
    Browse the repository at this point in the history
  11. fix(ui): fix scaled bbox sliders

    Removed logic related to aspect ratio from the components.
    
    When the main bbox changes, if the scale method is auto, the reducers will handle the scaled bbox size appropriately.
    
    Somehow linking up the manual mode to the aspect ratio is tricky, and instead of adding complexity for a rarely-used mode, I'm leaving manual mode as fully manual.
    psychedelicious committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e648665 View commit details
    Browse the repository at this point in the history
  12. chore(ui): lint

    psychedelicious committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2aae7d9 View commit details
    Browse the repository at this point in the history