From e416ec0e079c66fa3cd26f8ab003a3c856a85655 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 19 Sep 2020 22:26:37 -0500 Subject: [PATCH] Add no results message and action --- components/search.vue | 8 +++++++- pages/index.vue | 10 +++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/components/search.vue b/components/search.vue index 277c190..c1bb1cd 100644 --- a/components/search.vue +++ b/components/search.vue @@ -19,12 +19,18 @@ ref="search-container" class="search-container relative w-full" > -
+
    +
  • + No apps found +
  • + + + Request an App +