From c638ef31a216a7b7a8a75c30ffc76617d0650672 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 29 Dec 2024 13:39:45 +0100 Subject: [PATCH] feat(ui): WIP Artist Page --- front/src/components/artist/Card.vue | 5 +-- front/src/components/library/Artists.vue | 39 ++++++++++++++---------- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index cfab54b1f..437a835b3 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -5,6 +5,7 @@ import { useStore } from '~/store' import { useI18n } from 'vue-i18n' import TagsList from '~/components/tags/List.vue' +import Card from '~/components/ui/Card.vue' import type { Artist } from '~/types' @@ -43,7 +44,7 @@ const imageUrl = computed(() => cover.value?.urls.original