From 50f29b900e1f42a123969e3c2aef382658d42333 Mon Sep 17 00:00:00 2001 From: Geert Rademakes Date: Wed, 6 Aug 2025 10:21:49 +0200 Subject: [PATCH] feat: Move 'Add Playlist' and 'Add Folder' buttons to the top - Position buttons right after 'All Songs' for better accessibility - Add proper spacing with mb={2} for visual separation - Improve UX by making action buttons more prominent --- .../src/components/PlaylistManager.tsx | 64 ++++++++++--------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/packages/frontend/src/components/PlaylistManager.tsx b/packages/frontend/src/components/PlaylistManager.tsx index 599ab82..0bb241f 100644 --- a/packages/frontend/src/components/PlaylistManager.tsx +++ b/packages/frontend/src/components/PlaylistManager.tsx @@ -294,6 +294,39 @@ export const PlaylistManager: React.FC = ({ > All Songs + + {/* Add Playlist and Folder buttons at the top */} + + + + + {playlists.map((node, index) => ( = ({ ))} - - - - - {/* New Playlist Modal */}