From 94eb198e477b9747f33e05650e8bdaee7ffbeb92 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Thu, 15 Sep 2022 12:36:30 +0300 Subject: [PATCH] major redesign and refactor + centralized urls + reduce max app width + bump up header height to 23rem --- src/App.vue | 4 +- src/assets/scss/Global/app-grid.scss | 11 ++-- src/components/AlbumView/Header.vue | 59 ++++++++++-------- src/components/FolderView/SongList.vue | 6 +- src/components/shared/Input.vue | 2 +- src/components/shared/SongItem.vue | 2 +- src/composables/fetch/album.ts | 15 +++-- src/composables/fetch/folders.ts | 4 +- src/composables/fetch/playlists.ts | 23 ++++--- src/composables/fetch/searchMusic.ts | 28 ++++----- src/composables/fetch/useAxios.ts | 4 ++ src/composables/state.ts | 7 +-- src/config.ts | 86 +++++++++++++++++++++++--- src/layouts/HeaderContentBottom.vue | 2 +- src/stores/queue.ts | 3 +- src/utils/useCreateSubPaths.ts | 3 +- src/views/PlaylistList.vue | 2 + 17 files changed, 179 insertions(+), 82 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3f617134..fd51520e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@
-
-
+