jargons.dev icon indicating copy to clipboard operation
jargons.dev copied to clipboard

Add Visual Cues for Keyboard Navigation in Search Dialog

Open babblebey opened this issue 10 months ago • 0 comments

The Search Dialog component currently supports keyboard navigation using the up, down, and enter keys. However, there are no visual cues to indicate these key bindings to users. This issue requests the implementation of visual buttons for these key bindings at the footer of the Search Dialog to improve user experience and accessibility.

What we've got

image

What we want 😉

image

Tasks

  1. Add Buttons for Key Bindings: Implement buttons for the up, down, and enter keys in the footer of the Search Dialog.
  2. Style Buttons: Style the buttons to make them visually distinct and easily recognizable.

Related Files

  • search.jsx component in the src/components/islands directory

Acceptance Criteria

  • Visual buttons for up, down, and enter keys are displayed in the footer of the Search Dialog.

Additional Notes

  • Consider using icons or text labels to indicate the purpose of each button.

babblebey avatar Apr 08 '24 00:04 babblebey