forked from jsnbuchanan/crowd-funder-for-time-pwa
add message when no projects are found in a search, and bump to version 0.3.23
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user