diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index 8415ec62f..740d51460 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -22,6 +22,8 @@ import Card from '~/components/ui/Card.vue' import Layout from '~/components/ui/Layout.vue' import Button from '~/components/ui/Button.vue' import Input from '~/components/ui/Input.vue' +import Toggle from '~/components/ui/Toggle.vue' +import Alert from '~/components/ui/Alert.vue' import useSharedLabels from '~/composables/locale/useSharedLabels' import useOrdering from '~/composables/navigation/useOrdering' @@ -128,95 +130,73 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]

{{ t('components.library.Artists.header.browse') }}

-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- {{ t('components.library.Artists.label.excludeCompilation') }} -
- - -
-
-
-
-