sendou.ink/app/components/layout
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
..
AnythingAdder.tsx Migrate icons to Lucide 2026-01-10 22:06:13 +01:00
CommandPalette.module.css Fix search category icons not showing on mobile 2026-01-11 20:54:35 +02:00
CommandPalette.tsx Add ArrowDown shortcut to jump from search input to results in CommandPalette 2026-01-13 20:57:20 +02:00
Footer.module.css Refactor several to CSS Modules 2025-12-30 16:17:24 +02:00
Footer.tsx Merge remote-tracking branch 'origin/main' into css-rework 2025-12-30 20:25:30 +01:00
index.module.css Add sidenav collabse button 2026-01-11 13:26:45 +01:00
index.tsx Add scrims to sidebar Events section 2026-01-13 20:57:20 +02:00
LogInButtonContainer.tsx Style login button 2026-01-10 08:10:07 +02:00
nav-items.ts Remove /u page and redirect to CommandPalette 2026-01-11 17:03:24 +02:00
NavDialog.module.css Unused CSS class check 2025-12-30 18:12:28 +02:00
NavDialog.tsx Migrate icons to Lucide 2026-01-10 22:06:13 +01:00
NotificationPopover.module.css Fix "Inconsistent notification dot colors" 2026-01-12 22:23:20 +02:00
NotificationPopover.tsx Fix mobile menu not closing when clicking See all notifications 2026-01-12 22:23:20 +02:00
TopNavMenus.module.css Refactor Menu and Popover consistent styling and update layout styles 2026-01-09 18:18:03 +01:00
TopNavMenus.tsx Remove /u page and redirect to CommandPalette 2026-01-11 17:03:24 +02:00
TopRightButtons.module.css Refactor Menu and Popover consistent styling and update layout styles 2026-01-09 18:18:03 +01:00
TopRightButtons.tsx Migrate icons to Lucide 2026-01-10 22:06:13 +01:00
UserItem.module.css Refactor Menu and Popover consistent styling and update layout styles 2026-01-09 18:18:03 +01:00
UserItem.tsx Migrate icons to Lucide 2026-01-10 22:06:13 +01:00