From 2edcea2a66b38efa92ac9eddad2bbf4ea7cc2d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= Date: Sun, 9 Nov 2025 18:11:39 +0100 Subject: [PATCH] feat(playlists): :sparkles: Playlist stats --- src/components/PlaylistPage.vue | 228 +++++++++++++++++++++++++++++++- src/locales/de.json | 12 ++ src/locales/en.json | 12 ++ 3 files changed, 250 insertions(+), 2 deletions(-) diff --git a/src/components/PlaylistPage.vue b/src/components/PlaylistPage.vue index e3ff1f095d..f6d9df5038 100644 --- a/src/components/PlaylistPage.vue +++ b/src/components/PlaylistPage.vue @@ -19,6 +19,123 @@ `${playlist.videos} ${$t('video.videos')} - ${timeFormat(totalDuration)}${playlist.nextpage ? '+' : ''}` " /> + + +

+

+ + +

+
+ + {{ $t(`playlist_stats.${subscriptionStatus}`) }} ({{ Object.keys(channels).length }}) + +
    +
  • + + + + + + + + + + {{ channel.count }} +
  • +
+
+