From 2818c3eff338964c0c8d9bfbfa47a3dc2773d57a Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 30 Dec 2024 12:54:39 +0100 Subject: [PATCH] feat(ui): [WIP] Artist page --- front/src/components/library/Artists.vue | 164 ++++++++++------------- 1 file changed, 71 insertions(+), 93 deletions(-) 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') }} -
- - -
-
-
-
-