From 92cae416babc61051c4cfe805ab69451cfb74bd6 Mon Sep 17 00:00:00 2001 From: Tugamer89 <61603718+Tugamer89@users.noreply.github.com> Date: Tue, 26 May 2026 05:02:01 +0000 Subject: [PATCH] feat(ui): improve keyboard accessibility of book search results - Add `role="button"` and `tabindex="0"` to the Google Books search result container. - Add keyboard event listeners (`@keydown.enter.prevent` and `@keydown.space.prevent`) to allow selection via keyboard. - Add an `aria-label` to provide context for screen readers. - Add `focus-visible` utility classes to show a focus ring for keyboard navigation. - Convert the inner ` + Select `, };