From 7034fbae6c106117242ea30a724fa3f6bb04bb93 Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Wed, 6 Jul 2022 14:02:23 +0200 Subject: [PATCH] Create "Show Statistics" tab --- components/stats/FollowerGrowth.vue | 103 +++++++++++++++++++ components/stats/TrackRetention.vue | 136 +++++++++++++++++++++++++ pages/playlists/[playlistId]/stats.vue | 8 ++ 3 files changed, 247 insertions(+) create mode 100644 components/stats/FollowerGrowth.vue create mode 100644 components/stats/TrackRetention.vue create mode 100644 pages/playlists/[playlistId]/stats.vue diff --git a/components/stats/FollowerGrowth.vue b/components/stats/FollowerGrowth.vue new file mode 100644 index 0000000..15f8a8a --- /dev/null +++ b/components/stats/FollowerGrowth.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/components/stats/TrackRetention.vue b/components/stats/TrackRetention.vue new file mode 100644 index 0000000..2720bc0 --- /dev/null +++ b/components/stats/TrackRetention.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/pages/playlists/[playlistId]/stats.vue b/pages/playlists/[playlistId]/stats.vue new file mode 100644 index 0000000..d59a99a --- /dev/null +++ b/pages/playlists/[playlistId]/stats.vue @@ -0,0 +1,8 @@ +