style(front): playlist empty state
This commit is contained in:
parent
0408668a4a
commit
0119075f21
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue