Do not show results box and "no results" when there are no results. Just show nothing.

This commit is contained in:
2025-09-25 20:03:43 +00:00
parent 15ad112f29
commit 542c66fce1
-3
View File
@@ -29,9 +29,6 @@
><span class="date">{{ r.startDate }}</span>
</li>
</ul>
<div v-else-if="searchQuery.trim() && !searchResults.length" class="search-empty">
No matches
</div>
</div>
</template>