From 17abed6b7606d57af3bd66abe8cbe43a942265fd Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 19 Feb 2025 18:58:10 +0100 Subject: [PATCH] refactor(front): playlist detail and edit --- front/src/components/playlists/Editor.vue | 79 +++++++++++-------- .../components/playlists/PlaylistDropdown.vue | 12 --- front/src/views/playlists/Detail.vue | 31 +++----- 3 files changed, 57 insertions(+), 65 deletions(-) diff --git a/front/src/components/playlists/Editor.vue b/front/src/components/playlists/Editor.vue index f05c666a4..9b2d5f70d 100644 --- a/front/src/components/playlists/Editor.vue +++ b/front/src/components/playlists/Editor.vue @@ -216,43 +216,50 @@ const insertMany = async (insertedTracks: number[], allowDuplicates: boolean) => - - + + + {{ t('components.playlists.Editor.message.sync') }} + + + + - - {{ t('components.playlists.Editor.button.clear') }} - - - -