add navigation and general keybindings
This commit is contained in:
parent
fc5da31acf
commit
4225e06db9
2 changed files with 91 additions and 8 deletions
|
|
@ -161,7 +161,8 @@
|
|||
</button>
|
||||
<div class="input-icon flex-grow-1">
|
||||
<span class="icon">{% inline "search.svg" %}</span>
|
||||
<input class="d-block toolbar-search" type="" v-model="itemSearch">
|
||||
<!-- id used by keybindings -->
|
||||
<input id="searchbar" class="d-block toolbar-search" type="" v-model="itemSearch">
|
||||
</div>
|
||||
<button class="toolbar-item ml-2"
|
||||
@click="markItemsRead()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue