From 8b45e137085cb2b957f81e104dcfe01e7b2f0e59 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 12 Oct 2019 20:10:47 +0100 Subject: [PATCH] Made a little welcome dialog to tell the user about keyboard shortcuts. Everybody loves a good keyboard shortcut --- src/components/FilterTile.vue | 5 + src/components/KeyboardShortcutInfo.vue | 119 ++++++++++++++++++++++++ src/views/Home.vue | 2 - 3 files changed, 124 insertions(+), 2 deletions(-) create mode 100644 src/components/KeyboardShortcutInfo.vue diff --git a/src/components/FilterTile.vue b/src/components/FilterTile.vue index 0a439b09..ccafe065 100644 --- a/src/components/FilterTile.vue +++ b/src/components/FilterTile.vue @@ -15,10 +15,12 @@ @click="clearFilterInput">
+ + + diff --git a/src/views/Home.vue b/src/views/Home.vue index 97bf65bb..bae8f951 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -2,9 +2,7 @@
-
-