diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index 0aafa6943..adeeef0c8 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -1,6 +1,7 @@ @@ -53,6 +31,7 @@ const cover = computed(() => { :tags="artist.tags" :to="{name: 'library.artists.detail', params: {id: artist.id}}" small + style="align-self: flex-start;" > { + /> + @@ -85,6 +70,7 @@ const cover = computed(() => { discrete /> + diff --git a/front/src/components/audio/ChannelCard.vue b/front/src/components/audio/ChannelCard.vue index 1ce87503a..19ac52b5d 100644 --- a/front/src/components/audio/ChannelCard.vue +++ b/front/src/components/audio/ChannelCard.vue @@ -55,7 +55,6 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date) @@ -66,11 +65,16 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date) v-lazy="imageUrl" :alt="object.artist?.name" class="channel-image" - > + /> + - + @@ -89,10 +93,7 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date) {{ t('components.audio.ChannelCard.meta.tracks', object.artist?.tracks_count ?? 0) }} - + { - @@ -166,32 +164,18 @@ const updateSubscriptionCount = (delta: number) => { alt="" class="huge channel-image" :src="store.getters['instance/absoluteUrl'](object.artist.cover.urls.large_square_crop)" - > + /> - - - - {{ object.artist?.name }} - + + + {{ object.artist?.name }} - - + + { /> - - - {{ t('views.channels.DetailBase.header.podcastChannel') }} - - - - + + + {{ t('views.channels.DetailBase.header.podcastChannel') }} + + - - {{ t('views.channels.DetailBase.link.mirrored', {domain: externalDomain}) }} - - - - {{ t('views.channels.DetailBase.header.artistChannel') }} - + + + + {{ t('views.channels.DetailBase.link.mirrored', {domain: externalDomain}) }} + + + + + + {{ t('views.channels.DetailBase.header.artistChannel') }} + + {{ t('views.library.LibraryBase.link.owner') }} - + { /> - - + + { {{ obj.label }} @@ -342,8 +317,7 @@ const updateSubscriptionCount = (delta: number) => { :is-loading="isLoading" icon="bi-trash" @confirm="remove()" - > - {{ t('views.channels.DetailBase.button.confirm') }} + > {{ t('views.channels.DetailBase.button.confirm') }} {{ t('views.channels.DetailBase.modal.delete.content.warning') }} @@ -365,10 +339,7 @@ const updateSubscriptionCount = (delta: number) => { - + { /> @@ -396,11 +367,11 @@ const updateSubscriptionCount = (delta: number) => { { @@ -430,8 +401,8 @@ const updateSubscriptionCount = (delta: number) => { @click.stop.prevent="showSubscribeModal = true" /> @@ -482,7 +453,7 @@ const updateSubscriptionCount = (delta: number) => { v-if="object.artist?.tags && object.artist?.tags.length > 0" :tags="object.artist.tags" :limit="5" - show-more="true" + showMore="true" />