feat: Synth button shows track dropdown for quick instrument assign

Synth button opens a dropdown listing all tracks instead of opening
the modal directly. Selecting a track opens the instrument selector
for that track. No need to close modal and click each track's Synth.
This commit is contained in:
2026-07-29 11:49:34 +07:00
parent 30ce0eb306
commit 7bfdd72850
3 changed files with 32 additions and 5 deletions
+6
View File
@@ -807,3 +807,9 @@
- **Các file ảnh hưởng:** `app/static/js/app.jsx`
- **Ghi chú/Test (nếu có):** `npm run build` — build passes.
---
### [2026-07-29 11:53] Task: Synth button shows track dropdown for quick instrument assign
- **Tóm tắt thay đổi:** Synth button TCP giờ mở dropdown list tất cả tracks thay vì mở modal trực tiếp. Chọn track trong dropdown → modal instrument selector mở cho track đó. Không cần đóng modal để click Synth từng track.
- **Các file ảnh hưởng:** `app/static/js/app.jsx`
- **Ghi chú/Test (nếu có):** `npm run build` — build passes.
---