From 9016032d48e458d50a830489365d39878c65cd23 Mon Sep 17 00:00:00 2001 From: Maurice Oegerli Date: Thu, 1 Apr 2021 00:09:39 +0200 Subject: [PATCH] Add non-interactive suggestions --- src/App.vue | 74 ++------------------- src/components/Navigation.vue | 99 ++++++++++++++++++++++++++++ src/components/SearchSuggestions.vue | 31 ++++++++- 3 files changed, 132 insertions(+), 72 deletions(-) create mode 100644 src/components/Navigation.vue diff --git a/src/App.vue b/src/App.vue index 73f6c072..0fca9e1d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,53 +3,7 @@ class="uk-container uk-container-expand uk-light uk-height-viewport" style="background: #0b0e0f" > - -
- -
- +
@@ -70,30 +24,10 @@ diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue new file mode 100644 index 00000000..e9d2399f --- /dev/null +++ b/src/components/Navigation.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/src/components/SearchSuggestions.vue b/src/components/SearchSuggestions.vue index 64e58aa4..652965ee 100644 --- a/src/components/SearchSuggestions.vue +++ b/src/components/SearchSuggestions.vue @@ -1,5 +1,13 @@ - +