max / audiofiles
| 1 | //! Import/analysis workflow modal screens: configure import, progress, tagging, analysis config, |
| 2 | //! analysis progress, tag suggestion review, and error summary. |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | /// Shared wizard step labels for the import flow. The step rail renders on every |
| 10 | /// screen of the flow (including the progress screens) so the "where am I / how |
| 11 | /// much is left" cue never vanishes mid-flow (P5). |
| 12 | pub const WIZARD_STEPS: & = &; |
| 13 | |
| 14 | pub use ; |
| 15 | pub use ; |
| 16 | pub use draw_review_errors; |
| 17 | pub use ; |
| 18 |