Commit 7147a81
authored
Implement unified menu authoring interface (#23)
## Summary
### User-facing changes
- **Unified workspace:** Bind, Route, and Compile modes have been folded
into a single primary canvas and inline inspector.
- **Compile preview:** A new overlay honestly exposes DVD downsampling
constraints (like transitioning from 8-bit alpha to a 4-color CLUT)
while editing.
- **Enhanced styling:** Added richer button states
(Normal/Focus/Activate) and text typography controls to the inspector.
### Architecture
- **Format scaling:** Established Blu-ray (HDMV/IG) as the primary
authoring ceiling, with DVD/VCD as a graceful degradation floor.
- **Multiplexing constraints:** Outlined the requirement for flawless
I-frame sector alignment to support seamless branching (BOV) for fluid
UI states.
- **SPRM management:** Documented the need for reliable SPRM 1 and SPRM
2 manipulation by the compiler to support audio and subtitle stream
selection.
## Test plan
- [x] Mockups load cleanly in the browser without console errors.
- [ ] Verify the unified canvas toggle behaviours (Compile Preview,
Navigation Arrows, Safe Areas) function correctly.
- [ ] Confirm the Compile Preview accurately reflects simulated DVD
degradation limits.
- [ ] Verify the mini-map and full navigation map accurately represent
incoming and outgoing menu connections.48 files changed
Lines changed: 27211 additions & 0 deletions
File tree
- docs
- agents/memory
- mockups/yuli
- set-1
- set-2a
- set-2b
- set-2m
- set-2
- set-3a
- set-3b
- set-3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments