From 4547446ced099d8a49ddecb6ad312c7d895ba742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 18 Nov 2025 07:51:51 +0100 Subject: [PATCH] fix: improve devices section UX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove border separator above Devices section for cleaner look - Add "+" button next to Devices header to add new effects - Button placement matches Ableton/Bitwig pattern - TODO: Implement effect browser dialog when + is clicked 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/tracks/Track.tsx | 38 +++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/components/tracks/Track.tsx b/components/tracks/Track.tsx index f43ad4d..dc5153f 100644 --- a/components/tracks/Track.tsx +++ b/components/tracks/Track.tsx @@ -385,18 +385,32 @@ export function Track({ {/* Devices/Effects Section */} -
- +
+
+ + +
{showDevices && (