From 0f3f8d5a36ba36bd5fb786d19c4bb224fc28fb0d Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Mon, 25 Mar 2024 14:00:42 +0100 Subject: [PATCH] [web] Refactor the Spotify track item page --- .../src/components/ListItemTrackSpotify.vue | 19 +++++++- .../components/ModalDialogTrackSpotify.vue | 44 +++++++------------ web-src/src/pages/PageAlbumSpotify.vue | 41 ++++++----------- .../src/pages/PageMusicSpotifyNewReleases.vue | 12 +---- .../src/pages/PagePlaylistTracksSpotify.vue | 26 +---------- web-src/src/pages/PageSearchSpotify.vue | 35 ++------------- 6 files changed, 53 insertions(+), 124 deletions(-) diff --git a/web-src/src/components/ListItemTrackSpotify.vue b/web-src/src/components/ListItemTrackSpotify.vue index cf37b449..24f8d578 100644 --- a/web-src/src/components/ListItemTrackSpotify.vue +++ b/web-src/src/components/ListItemTrackSpotify.vue @@ -14,13 +14,14 @@ v-text="item.name" />

+

(
- + + +
+ + +