Expand description
Export bar — start / progress / cancel for the edited export (ED.22).
The cutting room’s “strike a print” button. One control that drives the
whole export lifecycle off the ExportUiState the
export event bridge
feeds: an Export button when idle (or after a finished / failed run),
a progress bar + Cancel while a print is being struck. The heavy
lifting is the backend editor_export command; this is the thin,
reactive surface over it.
Structs§
- Export
BarProps - Props for the
ExportBarcomponent.
Functions§
- Export
Bar - The export bar. Reads the project + export state from context.
- idle_
view 🔒 - Idle / done / error view: Export + Save buttons plus optional status + last-saved lines.
- running_
view 🔒 - Running view: a progress bar + percent + Cancel.