You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved Export WAV, Export MP3, Export OGG, and export target type controls out of the Rendered Export Targets header and into the MIDI Studio V2 NAV/action bar.
6
+
- Kept export actions honest through the existing rendered export action controller: missing song/target reports FAIL, unimplemented rendering reports WARN, and no fake success is claimed.
7
+
- Repaired accordion toggle wiring so header buttons toggle themselves while nested header controls remain independently clickable.
8
+
- Updated accordion +/- text state to match expanded/collapsed state.
9
+
- Added expanded workspace behavior for Hide Headers/Details with status logging, primary work surface expansion, header/detail hiding, and NAV/status/recovery access preserved.
10
+
- Preserved guided Song Sheet fields, Use Example Test Song, dropdowns, grid editor, snapping, generated lanes, playhead/loop, MIDI inspection, and rendered preview behavior.
11
+
12
+
## Validation
13
+
14
+
- PASS: `node --check` for changed JavaScript and targeted Playwright spec.
15
+
- PASS: MIDI Studio V2 inline HTML check for inline scripts, styles, and event handlers returned no matches.
16
+
- PASS: targeted MIDI Studio V2 Playwright suite: `32 passed`.
- SKIP: Workspace Manager V2 registration/handoff was not run because this PR did not touch Workspace Manager registration or handoff files.
19
+
- SKIP: full samples smoke test per request. Samples decision: SKIP because sample JSON alignment is out of scope.
20
+
21
+
## Notes
22
+
23
+
- The first full Playwright run timed out while exposing an accordion self-click guard bug. The isolated accordion test was rerun after the fix and passed, then the full targeted suite passed.
0 commit comments