From 25e6c5ce0cbe6213b0cbb0ed1978ca860c63ce9c Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Fri, 11 Feb 2022 12:18:50 +0300 Subject: [PATCH] minor refactoring --- src/App.vue | 2 +- src/components/BottomBar/BottomBar.vue | 19 ++++++++++++++----- src/components/BottomBar/SongCard.vue | 11 ++++++++--- src/components/FolderView/SongList.vue | 16 ++++------------ src/components/LeftSidebar/Navigation.vue | 15 ++++++++++++--- src/components/shared/AlbumCard.vue | 1 - 6 files changed, 39 insertions(+), 25 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4395b690..fb95eead 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,7 +20,7 @@
- +
diff --git a/src/components/BottomBar/BottomBar.vue b/src/components/BottomBar/BottomBar.vue index 6f6e7aea..e8680ba9 100644 --- a/src/components/BottomBar/BottomBar.vue +++ b/src/components/BottomBar/BottomBar.vue @@ -1,15 +1,17 @@ diff --git a/src/components/BottomBar/SongCard.vue b/src/components/BottomBar/SongCard.vue index 3700c465..f61eca7a 100644 --- a/src/components/BottomBar/SongCard.vue +++ b/src/components/BottomBar/SongCard.vue @@ -1,6 +1,7 @@