From f0d3c1c663ff64f28a634ed29c942371b7547bfc Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 2 Jul 2022 14:55:35 +0300 Subject: [PATCH] attach context menu to now playing song card - clicking now playing thumbnail will send you to album page --- src/components/LeftSidebar/SongCard.vue | 26 +++++++---- src/components/LeftSidebar/nowPlaying.vue | 54 +++++++++++++++++------ src/components/shared/SongItem.vue | 18 ++++---- 3 files changed, 68 insertions(+), 30 deletions(-) diff --git a/src/components/LeftSidebar/SongCard.vue b/src/components/LeftSidebar/SongCard.vue index fddd5af3..82baf7e8 100644 --- a/src/components/LeftSidebar/SongCard.vue +++ b/src/components/LeftSidebar/SongCard.vue @@ -2,14 +2,24 @@
-
-
-
+ +
+
+
+
+
MASTER FLAC diff --git a/src/components/LeftSidebar/nowPlaying.vue b/src/components/LeftSidebar/nowPlaying.vue index 0b7c8e00..b7b4c370 100644 --- a/src/components/LeftSidebar/nowPlaying.vue +++ b/src/components/LeftSidebar/nowPlaying.vue @@ -1,7 +1,13 @@