- Fix panic "attempt to subtract with overflow" when sliding to the end: the R-ops used then_some(), which eagerly evaluates top-1 even when the guard is false. Switch to lazy .then(|| ...). - Replace the thin divider/edge grab bars with full-width header bars: each band has a labeled header (top of band) that is its drag handle, plus a reserved bottom footer for the BottomEdge "pull up for more" handle. Band 0's header = TopEdge, band i's header = the divider above it, footer = BottomEdge. The Node/Instrument ⇄ toggle lives in that band's header. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| beamdsp | ||
| egui_node_graph2 | ||
| gpu-video-encoder | ||
| lightningbeam-core | ||
| lightningbeam-editor | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| GPU_VIDEO_DECODE_PLAN.md | ||
| build-static.sh | ||
| build-windows.bat | ||