From e986044159d342ddf652d9a19c15714b1e294868 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sat, 29 Nov 2025 00:53:37 +0000 Subject: [PATCH] adding recently played and restructured spotify components --- nginx/vue/src/components/Navbar.vue | 13 +++- .../{Spotify.vue => spotify/Listening.vue} | 31 +++------ nginx/vue/src/components/spotify/Recent.vue | 63 +++++++++++++++++++ nginx/vue/src/views/Home.vue | 10 ++- 4 files changed, 90 insertions(+), 27 deletions(-) rename nginx/vue/src/components/{Spotify.vue => spotify/Listening.vue} (54%) create mode 100644 nginx/vue/src/components/spotify/Recent.vue diff --git a/nginx/vue/src/components/Navbar.vue b/nginx/vue/src/components/Navbar.vue index ebc8d2b..add30f1 100644 --- a/nginx/vue/src/components/Navbar.vue +++ b/nginx/vue/src/components/Navbar.vue @@ -1,12 +1,19 @@ - diff --git a/nginx/vue/src/components/Spotify.vue b/nginx/vue/src/components/spotify/Listening.vue similarity index 54% rename from nginx/vue/src/components/Spotify.vue rename to nginx/vue/src/components/spotify/Listening.vue index 354542a..c244e57 100644 --- a/nginx/vue/src/components/Spotify.vue +++ b/nginx/vue/src/components/spotify/Listening.vue @@ -1,8 +1,8 @@