style(front): playlist empty state

This commit is contained in:
ArneBo 2025-03-25 04:23:32 +01:00
parent 0408668a4a
commit 0119075f21
1 changed files with 2 additions and 1 deletions

View File

@ -227,10 +227,11 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
<Loader v-if="isLoading" />
<Alert
v-if="result && result.results.length === 0"
yellow
blue
style="grid-column: 1 / -1;"
>
{{ t('views.playlists.List.empty.noResults') }}
<Spacer />
<Button
v-if="store.state.auth.authenticated"
icon="bi-list"