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: Add gutter controls to keyboard accessibility mode #5146

Merged
merged 62 commits into from
May 5, 2023

Commits on Apr 27, 2023

  1. add gutter keyboard handler

    akoreman committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    097b633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22f066 View commit details
    Browse the repository at this point in the history
  3. fixes

    akoreman committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    86c34de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53b752f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de509b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed20e41 View commit details
    Browse the repository at this point in the history
  7. add annotation control

    akoreman committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c1aa747 View commit details
    Browse the repository at this point in the history
  8. refactor gutter tooltip

    akoreman committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6fa7132 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    e0b78ad View commit details
    Browse the repository at this point in the history
  2. refactoring

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d6a9555 View commit details
    Browse the repository at this point in the history
  3. more refactoring

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    277b3bd View commit details
    Browse the repository at this point in the history
  4. add/remove semi-colons

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8aaf737 View commit details
    Browse the repository at this point in the history
  5. refactor to pass eslint

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7d0ad22 View commit details
    Browse the repository at this point in the history
  6. fix edge case

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    bca6730 View commit details
    Browse the repository at this point in the history
  7. refactor

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d48b49d View commit details
    Browse the repository at this point in the history
  8. fix edge case

    akoreman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0f89839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f484162 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. read active row on focus

    akoreman committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    14d4f7c View commit details
    Browse the repository at this point in the history
  2. refactor

    akoreman committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    06a53f0 View commit details
    Browse the repository at this point in the history
  3. aria label unfold line

    akoreman committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7d93299 View commit details
    Browse the repository at this point in the history
  4. hande more edge cases

    akoreman committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e490059 View commit details
    Browse the repository at this point in the history
  5. style fix

    akoreman committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    1fec596 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42d5484 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. refactor

    akoreman committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    393b3de View commit details
    Browse the repository at this point in the history
  2. fix typo

    akoreman committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    329b118 View commit details
    Browse the repository at this point in the history
  3. add basic test

    akoreman committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5b5e6b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b41bc04 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. tweak fold test

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e5b9e38 View commit details
    Browse the repository at this point in the history
  2. fix comma dangle

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6364be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e39e58d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df94c8b View commit details
    Browse the repository at this point in the history
  5. add multi fold test

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    85b7c27 View commit details
    Browse the repository at this point in the history
  6. add tests

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8f5bf05 View commit details
    Browse the repository at this point in the history
  7. extend multi icon test

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    17e1d84 View commit details
    Browse the repository at this point in the history
  8. refactoring + style

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    814ae0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74d26b4 View commit details
    Browse the repository at this point in the history
  10. refactor

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    fab6d43 View commit details
    Browse the repository at this point in the history
  11. renaming

    akoreman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    17825ed View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. add focus outline SVG icons

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6fcfd17 View commit details
    Browse the repository at this point in the history
  2. fix css

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    031ee05 View commit details
    Browse the repository at this point in the history
  3. fix failing test

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9c9621e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a0d35f View commit details
    Browse the repository at this point in the history
  5. fix edge case

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d3c73de View commit details
    Browse the repository at this point in the history
  6. refactor

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8b2850a View commit details
    Browse the repository at this point in the history
  7. simplify logic

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b3ef448 View commit details
    Browse the repository at this point in the history
  8. fix test

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f3e07d7 View commit details
    Browse the repository at this point in the history
  9. refactor

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e503b12 View commit details
    Browse the repository at this point in the history
  10. cleanup

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    05bd7a9 View commit details
    Browse the repository at this point in the history
  11. more cleanup

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c779796 View commit details
    Browse the repository at this point in the history
  12. fix test

    akoreman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7610d62 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    94b5948 View commit details
    Browse the repository at this point in the history
  2. hide tooltip on gutter blur

    akoreman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a50f2b1 View commit details
    Browse the repository at this point in the history
  3. cleanup

    akoreman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2e5917c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c9606f View commit details
    Browse the repository at this point in the history
  5. improve finding active row

    akoreman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    abfa429 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    1cef515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b64a95 View commit details
    Browse the repository at this point in the history
  3. fix scroll bug

    akoreman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    97686b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25dd3c3 View commit details
    Browse the repository at this point in the history
  5. cleanup

    akoreman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    029f9e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdb1355 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix typo

    akoreman committed May 5, 2023
    Configuration menu
    Copy the full SHA
    00dddb0 View commit details
    Browse the repository at this point in the history