From a6819a01d65eed6f1c3726e34264ceb69e63025d Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sun, 11 Sep 2022 04:04:42 +0300 Subject: [PATCH] add hidden shortcut to clear localStorage - click the "general" button in the settings page 3 times - --- src/components/LeftSidebar/NP/SongCard.vue | 1 + src/components/PlaylistsList/PlaylistCard.vue | 7 +++---- src/components/SettingsView/Nav.vue | 20 ++++++++++++++++++- src/components/shared/SongItem.vue | 9 ++++----- src/stores/content-width.ts | 1 - src/views/PlaylistList.vue | 1 - 6 files changed, 27 insertions(+), 12 deletions(-) diff --git a/src/components/LeftSidebar/NP/SongCard.vue b/src/components/LeftSidebar/NP/SongCard.vue index 59f0fa9d..caa6a4de 100644 --- a/src/components/LeftSidebar/NP/SongCard.vue +++ b/src/components/LeftSidebar/NP/SongCard.vue @@ -61,6 +61,7 @@ const imguri = paths.images.thumb; height: auto; aspect-ratio: 1; object-fit: cover; + cursor: pointer; } #bitrate { diff --git a/src/components/PlaylistsList/PlaylistCard.vue b/src/components/PlaylistsList/PlaylistCard.vue index 7f206c04..a5595af3 100644 --- a/src/components/PlaylistsList/PlaylistCard.vue +++ b/src/components/PlaylistsList/PlaylistCard.vue @@ -28,7 +28,6 @@ const props = defineProps<{