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" />
|
<Loader v-if="isLoading" />
|
||||||
<Alert
|
<Alert
|
||||||
v-if="result && result.results.length === 0"
|
v-if="result && result.results.length === 0"
|
||||||
yellow
|
blue
|
||||||
style="grid-column: 1 / -1;"
|
style="grid-column: 1 / -1;"
|
||||||
>
|
>
|
||||||
{{ t('views.playlists.List.empty.noResults') }}
|
{{ t('views.playlists.List.empty.noResults') }}
|
||||||
|
<Spacer />
|
||||||
<Button
|
<Button
|
||||||
v-if="store.state.auth.authenticated"
|
v-if="store.state.auth.authenticated"
|
||||||
icon="bi-list"
|
icon="bi-list"
|
||||||
|
|
Loading…
Reference in New Issue