From bd4093e6bc0e7da70fddb41d08177b2bbebb52cd Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 15 Jan 2025 16:28:04 +0100 Subject: [PATCH] fix(front): small fixes --- front/src/components/favorites/List.vue | 2 +- front/src/components/library/Albums.vue | 2 +- front/src/components/library/Artists.vue | 217 +++++++++++------------ front/src/views/auth/ProfileBase.vue | 2 +- 4 files changed, 111 insertions(+), 112 deletions(-) diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue index 1b00be8e4..87c5d00d6 100644 --- a/front/src/components/favorites/List.vue +++ b/front/src/components/favorites/List.vue @@ -200,7 +200,7 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value] {{ t('components.favorites.List.empty.noFavorites') }} - + sortedUniq([12, 30, 50, paginateBy.value] style="display:flex; flex-wrap:wrap; gap: 32px; margin-top:32px;" > - sortedUniq([12, 30, 50, paginateBy.value] diff --git a/front/src/views/auth/ProfileBase.vue b/front/src/views/auth/ProfileBase.vue index bf145d84b..51e3b8306 100644 --- a/front/src/views/auth/ProfileBase.vue +++ b/front/src/views/auth/ProfileBase.vue @@ -204,7 +204,7 @@ watch(props, fetchData, { immediate: true }) --> - +