From a4de4a3a71e460141b740564ef22d1c79760db4e Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Thu, 26 Mar 2020 19:12:43 +0000 Subject: Add keyboard shortcuts to navigate to the first search result. --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 85c9b78..d427002 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,9 @@ :class="['fas', vlayout ? 'fa-list' : 'fa-columns']"> @@ -95,7 +97,7 @@ v-else># {{ group.name }} + v-if="!filter || (item && matchesFilter(item))"> @@ -106,7 +108,7 @@

# {{ group.name }}

+ v-if="!filter || (item && matchesFilter(item))"> -- cgit v1.2.3