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

Add keyboard shortcut ("/" key) to focus search input #380

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jan 5, 2024

  1. feat: Add keyboard shortcut ("/" key) to focus search input

    This commit introduces a new feature that allows users to focus the search input by pressing the "/" key on the keyboard. Upon pressing "/", the search input will be automatically selected, improving accessibility and user experience within the GraphQL Voyager interface.
    navidadelpour committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b758bed View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. feat: use @use-it/event-listener and keycode packages to handle searc…

    …h input focusing with shortcut
    navidadelpour committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    038148c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 26, 2024

  1. fix: fix linting issues

    navidadelpour committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    63a90fc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fix: update snapshot

    navidadelpour committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a4736e1 View commit details
    Browse the repository at this point in the history