Skip to content

feat(models): add keyboard navigation and shortcuts#105

Open
ded-furby wants to merge 1 commit into
AditthyaSS:mainfrom
ded-furby:feat/models-keyboard-shortcuts
Open

feat(models): add keyboard navigation and shortcuts#105
ded-furby wants to merge 1 commit into
AditthyaSS:mainfrom
ded-furby:feat/models-keyboard-shortcuts

Conversation

@ded-furby

Copy link
Copy Markdown

Summary

  • Add page-level keyboard shortcuts on the Models page to improve table navigation:
    • / focuses the search input without scrolling
    • J/K move through table rows
    • Enter opens the currently selected model detail
    • ? toggles a shortcut cheatsheet
    • Escape clears the search term or closes the shortcut modal
  • Add selected-row highlighting in the table and expose selected index updates from mouse hover.
  • Add a model table link-safe click flow so row navigation is keyboard-friendly.
  • Add a global placeholder hint to search input (Search models... /) and a new ShortcutHints component with a fixed ? launcher.

Files changed

  • src/app/models/page.tsx
  • src/components/models/ModelFilters.tsx
  • src/components/models/ModelTable.tsx
  • src/components/models/ShortcutHints.tsx

Validation

  • npm run lint (passes with existing unrelated image warnings in src/app/contributors/page.tsx)
  • npx tsc --noEmit

Closes #100

@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

@ded-furby is attempting to deploy a commit to the aditthyass' projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-atlas Ready Ready Preview, Comment Jun 7, 2026 6:11pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ui] Add keyboard shortcut hints to the UI — J/K navigation, / to search

2 participants