From 4688665156d0e26ba96374fe98a8473d04d5df09 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 9 Jul 2022 09:52:46 +0300 Subject: [PATCH] highlight the selected when you go to folder --- src/App.vue | 25 ++++++++--- src/components/FolderView/SongList.vue | 61 +++++++++++++++++++++++--- src/components/shared/SongItem.vue | 50 ++++++++++++--------- src/composables/perks.ts | 18 ++++++-- src/contexts/track_context.ts | 1 + src/layouts/HeaderContentBottom.vue | 8 ++-- src/views/FolderView.vue | 7 ++- src/views/album/index.vue | 9 ++-- src/views/playlist/index.vue | 1 - 9 files changed, 135 insertions(+), 45 deletions(-) diff --git a/src/App.vue b/src/App.vue index 97012b6..b5660dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,8 +21,10 @@