sendou.ink/app
Kalle 5a73adea97 Add ArrowDown shortcut to jump from search input to results in CommandPalette
Instead of requiring users to Tab through all radio buttons to reach
search results, ArrowDown now jumps directly from the input to the
ListBox. This matches the UX of other command palettes like VS Code
and Spotlight.

- Add onKeyDown prop to Input component
- Replace Enter→input handler with ArrowDown→results handler
- Remove unnecessary wrapper div with biome-ignore comment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 20:57:20 +02:00
..
components Add ArrowDown shortcut to jump from search input to results in CommandPalette 2026-01-13 20:57:20 +02:00
db Gamut mapping and custom theme selector component 2026-01-13 19:30:07 +01:00
features Add scrims to sidebar Events section 2026-01-13 20:57:20 +02:00
hooks React 19, Vite 7, Vitest 4 etc. (#2683) 2025-12-30 17:03:13 +02:00
modules Add Vitest browser testing setup with GroupCard tests (#2694) 2026-01-04 17:35:28 +02:00
routines SQ serverside refactoring, add tests, add Knip (#2665) 2025-12-22 15:47:15 +02:00
styles Gamut mapping and custom theme selector component 2026-01-13 19:30:07 +01:00
utils Proper exports 2026-01-13 19:36:08 +01:00
browser-test-setup.ts Components visual regression test 2026-01-04 22:17:36 +01:00
entry.client.tsx Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
entry.server.tsx Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
root.tsx Custom color settings initial 2026-01-11 22:33:19 +01:00
routes.ts Persist sidenav collapsed state 2026-01-11 13:55:31 +01:00
test-setup.ts Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00