UI improvements

This commit is contained in:
geoffrey45
2022-09-11 14:58:47 +03:00
parent a6819a01d6
commit 47fc7fd705
9 changed files with 34 additions and 47 deletions
@@ -17,7 +17,7 @@
:alt="true"
/>
</div>
<div v-else class="t-center"><h5>🤷</h5></div>
<div v-else class="t-center"><h5>💔 No results 💔</h5></div>
<LoadMore
v-if="album_grid && search.albums.more"
:loader="search.loadAlbums"
@@ -12,7 +12,7 @@
:index="index + 1"
/>
</div>
<div v-else class="t-center"><h5>🤷</h5></div>
<div v-else class="t-center"><h5>💔 No results 💔</h5></div>
<LoadMore v-if="search.tracks.more" :loader="search.loadTracks" />
</div>
</template>