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(KeyboardShortcuts): add customizable shortcuts for common actions #5097

Draft
wants to merge 10 commits into
base: production
Choose a base branch
from

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    c0db40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4c501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d854c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ed44d3 View commit details
    Browse the repository at this point in the history
  5. refactor(KeyboardShortcuts): rename from "Keyboard"

    "Keyboard" is a bit too generic/ambiguous
    maxpatiiuk committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    798708e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75db03a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    148fccb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    180ab25 View commit details
    Browse the repository at this point in the history
  9. feat(TreeView): improve layout

    - Replace "show nodes with children only" checkbox with a toggle button.
      Reasons:
      - The checkbox was the only thing below the tree viewer - occupying
        an entire line of horizontal space.
      - Because of how Tab and Shift+Tab keys are used in the tree viewer,
        moving focus to elements below the tree viewer is not possible - you
        can only move above the tree viewer. That made this checkbox
        inaccessible from keyboard
      - The label for this checkbox is long, adding visual noise - it's
        cleaner as a small tidy button
    - Don't display split view controls if split view is not enabled to
      reduce visual clutter
    maxpatiiuk committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    251f09b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa3beed View commit details
    Browse the repository at this point in the history