mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-04-24 16:53:37 +00:00
Enhance torrent components, command palette, and global stylings
- Torrent Table gets more consistent background styling - StorageSectionBrowser w/ different chevron icons for open/close - Vim keyboard navigation for command palette - Update main.scss with animations which don't stack & interfere - Command pallet vim vertical navigation
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
@keydown.enter.prevent="navigateToSelected"
|
||||
@keydown.esc.prevent="close"
|
||||
@keydown="handleInputKeydown"
|
||||
@keydown.ctrl.j.prevent="selectNext"
|
||||
@keydown.ctrl.k.prevent="selectPrevious"
|
||||
/>
|
||||
<input
|
||||
v-else
|
||||
|
||||
Reference in New Issue
Block a user