Add keyboard shortcuts #33
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#30 Build issue detail page
austin/vektor
Reference
austin/vektor#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make the web UI fast for keyboard-driven users.
What needs to happen
Implement shortcuts:
c— open new issue form (when on a project page)j/k— navigate up/down the issue listEnter— open the selected/focused issueEscape— go back / close modalUse a small custom hook (e.g.,
useKeyboardShortcuts), not an external library. Only activate shortcuts when no input field is focused.