diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue
index 05d1864aa..f765dfc37 100644
--- a/front/src/components/audio/track/Widget.vue
+++ b/front/src/components/audio/track/Widget.vue
@@ -1,10 +1,11 @@
@@ -120,26 +155,15 @@ watch(() => props.websocketHandlers.includes('Listen'), (to) => {
@click="navigate('track')"
>
-
![]()
-
![]()
-
![]()
-
![Cover]()
+
+ class="bi bi-vinyl-fill"
+ />
props.websocketHandlers.includes('Listen'), (to) => {
object-fit: cover;
}
+ > i {
+ font-size: 36px;
+ }
+
> .play-button {
position: absolute;
top: 0;
diff --git a/front/src/views/auth/ProfileBase.vue b/front/src/views/auth/ProfileBase.vue
index 222a48954..b9b1ef430 100644
--- a/front/src/views/auth/ProfileBase.vue
+++ b/front/src/views/auth/ProfileBase.vue
@@ -85,6 +85,7 @@ const fetchData = async () => {
}
watch(props, fetchData, { immediate: true })
+const recentActivity = ref(0)
@@ -140,12 +141,12 @@ watch(props, fetchData, { immediate: true })
-
+
{{ t('views.auth.ProfileOverview.header.sharedLibraries') }}
@@ -156,7 +157,7 @@ watch(props, fetchData, { immediate: true })
-
+
{{ t('components.library.Home.header.recentlyListened') }}
@@ -185,14 +187,14 @@ watch(props, fetchData, { immediate: true })
{{ t('components.library.Home.header.recentlyFavorited') }}
-
+
{{ t('components.library.Home.header.recentlyAdded') }}