From 129424e62a122fae34d5a707914482d015cc0068 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 14 Apr 2022 21:45:35 +0200 Subject: [PATCH] :children_crossing: Added note if no quizzes are found --- frontend/src/routes/search.svelte | 61 ++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 22 deletions(-) diff --git a/frontend/src/routes/search.svelte b/frontend/src/routes/search.svelte index d2dc9a2..5f2cd6d 100644 --- a/frontend/src/routes/search.svelte +++ b/frontend/src/routes/search.svelte @@ -69,29 +69,46 @@ {#if resp_data} -
- {#each resp_data.hits as quiz} - + {:else} +
+

There is nothing here...

+
+
+

+ Not finding what you are looking for? Search on KAHOOT! + and Import it! +

+
+ {/if} {/if}