From eff50f25ea272176c1a3be95a6ea612cdaa7fb95 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 5 Feb 2025 13:07:49 +0100 Subject: [PATCH] style(front): Section components on profile activity --- front/src/views/auth/ProfileBase.vue | 62 +++++++++++++++++----------- 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/front/src/views/auth/ProfileBase.vue b/front/src/views/auth/ProfileBase.vue index 0b1215dfb..f4700eacc 100644 --- a/front/src/views/auth/ProfileBase.vue +++ b/front/src/views/auth/ProfileBase.vue @@ -22,6 +22,7 @@ import LibraryWidget from '~/components/federation/LibraryWidget.vue' import ChannelsWidget from '~/components/audio/ChannelsWidget.vue' import AlbumWidget from '~/components/album/Widget.vue' import TrackWidget from '~/components/audio/track/Widget.vue' +import PlaylistWidget from '~/components/playlists/Widget.vue' interface Events { (e: 'updated', value: Actor): void @@ -132,6 +133,10 @@ const recentActivity = ref(0)

{{ t('views.auth.ProfileBase.link.overview') }}

+
@@ -170,33 +175,42 @@ const recentActivity = ref(0) + + + + - - - + + + - - - - - - - + + + + + + +