From 9caeab962640a16438b132179bb6a38fda030b78 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 11 Dec 2021 23:32:11 +0300 Subject: [PATCH] minor changes to the albums explorer --- src/assets/css/global.scss | 1 + src/components/AlbumsExplorer/TopAlbums.vue | 2 +- .../ArtistsExplorer/ArtistsList.vue | 135 +++++++++++++++ src/components/ArtistsExplorer/TopArtists.vue | 161 ++++++++++++++++++ src/components/LeftSidebar/Navigation.vue | 2 +- src/router/index.js | 6 + src/views/ArtistsExplorer.vue | 25 +++ 7 files changed, 330 insertions(+), 2 deletions(-) create mode 100644 src/components/ArtistsExplorer/ArtistsList.vue create mode 100644 src/components/ArtistsExplorer/TopArtists.vue create mode 100644 src/views/ArtistsExplorer.vue diff --git a/src/assets/css/global.scss b/src/assets/css/global.scss index 29cd41b6..db66e1ef 100644 --- a/src/assets/css/global.scss +++ b/src/assets/css/global.scss @@ -4,6 +4,7 @@ } * { + user-select: none; box-sizing: border-box; } diff --git a/src/components/AlbumsExplorer/TopAlbums.vue b/src/components/AlbumsExplorer/TopAlbums.vue index d36780ff..8dbe8f95 100644 --- a/src/components/AlbumsExplorer/TopAlbums.vue +++ b/src/components/AlbumsExplorer/TopAlbums.vue @@ -111,7 +111,7 @@ export default { height: 1.2rem; width: 1.2rem; background-image: url(../../assets/icons/play.svg); - background-size: contain; + background-size: 96%; background-repeat: no-repeat; background-position: center; transition: all 0.2s ease-in-out; diff --git a/src/components/ArtistsExplorer/ArtistsList.vue b/src/components/ArtistsExplorer/ArtistsList.vue new file mode 100644 index 00000000..752eb4b7 --- /dev/null +++ b/src/components/ArtistsExplorer/ArtistsList.vue @@ -0,0 +1,135 @@ + + + + \ No newline at end of file diff --git a/src/components/ArtistsExplorer/TopArtists.vue b/src/components/ArtistsExplorer/TopArtists.vue new file mode 100644 index 00000000..80a3e54f --- /dev/null +++ b/src/components/ArtistsExplorer/TopArtists.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/src/components/LeftSidebar/Navigation.vue b/src/components/LeftSidebar/Navigation.vue index 0e0119c9..281b573a 100644 --- a/src/components/LeftSidebar/Navigation.vue +++ b/src/components/LeftSidebar/Navigation.vue @@ -18,7 +18,7 @@
- +