From d6a1e55e0dc0514be902c92644036f96d71122e6 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Thu, 22 Feb 2024 22:07:05 +0100 Subject: [PATCH 1/2] fix type "scan" --- src/views/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 9602011..4368b89 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -81,13 +81,13 @@ export default { messageCommands: [ { title: "Scan for Music files", - subtitle: "Scann your server for music files…", + subtitle: "Scan your server for music files…", icon: "music", command: "scanMusic", }, { title: "Scan for Video files", - subtitle: "Scann your server for video files…", + subtitle: "Scan your server for video files…", icon: "video", command: "scanVideos", }, From f3bfe8b9ed3f1f0d29dc3a989c013bb0992c10ae Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Thu, 22 Feb 2024 23:32:00 +0100 Subject: [PATCH 2/2] use flat dialog for box view --- src/components/dialogs/AlbumViewer.vue | 15 ++- src/components/dialogs/BoxViewer.vue | 141 +++++++++++++------------ 2 files changed, 77 insertions(+), 79 deletions(-) diff --git a/src/components/dialogs/AlbumViewer.vue b/src/components/dialogs/AlbumViewer.vue index d27a642..4fd4d2e 100644 --- a/src/components/dialogs/AlbumViewer.vue +++ b/src/components/dialogs/AlbumViewer.vue @@ -3,9 +3,8 @@