#1572 Display when results are loading

This commit is contained in:
Massedil
2024-10-25 17:23:01 +02:00
parent 057f0a3744
commit ce2d4f44cb
2 changed files with 4 additions and 2 deletions

View File

@@ -438,7 +438,8 @@
id="results-anchor"
class="hidden sm:flex items-center justify-between dark:text-slate-100 mb-2"
>
<p v-if="totalCount === 0">
<p v-if="searchLoading">{{ t("Loading search results...") }}</p>
<p v-else-if="totalCount === 0">
<span
v-if="
contentType === ContentType.EVENTS ||