Skip to main content

Module export_bar

Module export_bar 

Source
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§

ExportBarProps
Props for the ExportBar component.

Functions§

ExportBar
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.

Type Aliases§

ProjectSignal 🔒