add message when no projects are found in a search, and bump to version 0.3.23

This commit is contained in:
2024-08-30 14:55:06 -06:00
parent 5151052202
commit eec55e95be
4 changed files with 11 additions and 4 deletions

View File

@@ -93,6 +93,12 @@
>
<fa icon="spinner" class="fa-spin-pulse"></fa>
</div>
<div v-else-if="projects.length === 0" class="text-center mt-8">
<p class="text-lg text-slate-500">
No projects were found with that search.
<span v-if="isLocalActive">Try looking Anywhere.</span>
</p>
</div>
<!-- Results List -->
<InfiniteScroll @reached-bottom="loadMoreData">