From 22d3ee744ec312bed84122db1e1b82ad3fd21c1a Mon Sep 17 00:00:00 2001 From: Sam Bender <2336186+rednebmas@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:13:39 -0800 Subject: [PATCH 1/5] notiation input improvements --- .../src/components/inputs/BaseTextArea.tsx | 2 +- .../src/components/inputs/TextAreaField.tsx | 2 +- .../src/components/notation/BarsSetting.tsx | 22 ---- .../notation/ChordProgressionInput.tsx | 4 +- .../components/notation/NotationSettings.tsx | 14 ++- .../src/components/notation/NoteSettings.tsx | 26 ----- .../src/components/notation/ScoreToolbar.tsx | 107 +++++++++++------- .../notation/SheetMusicSettings.tsx | 42 +++++++ apps/react/src/components/notation/index.ts | 3 +- 9 files changed, 124 insertions(+), 98 deletions(-) delete mode 100644 apps/react/src/components/notation/BarsSetting.tsx delete mode 100644 apps/react/src/components/notation/NoteSettings.tsx create mode 100644 apps/react/src/components/notation/SheetMusicSettings.tsx diff --git a/apps/react/src/components/inputs/BaseTextArea.tsx b/apps/react/src/components/inputs/BaseTextArea.tsx index f8e755ac..b3b998c1 100644 --- a/apps/react/src/components/inputs/BaseTextArea.tsx +++ b/apps/react/src/components/inputs/BaseTextArea.tsx @@ -6,7 +6,7 @@ export const BaseTextArea = React.forwardRef (