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:
2026-03-23 23:16:43 +01:00
parent 444e633f50
commit c3eefb3ec6
7 changed files with 108 additions and 48 deletions

View File

@@ -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