mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
* fix: enhance accessibility with `tabIndex` - Add `tabIndex="-1"` to the navigation item for accessibility * refactor: refactor event handling with SolidJS effects - Import `createEffect` from 'solid-js' - Add an `AbortController` for managing event listeners - Use `createEffect` to conditionally add and remove keydown event listener based on component state - Remove `onKeyDown` and `tabIndex` attributes from the overlay div