Add all wizard step UIs: workflow, images, resize, convert, compress, metadata, output

This commit is contained in:
2026-03-06 11:08:38 +02:00
parent 9fe680dad5
commit d36f90565e
10 changed files with 980 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
pub mod step_compress;
pub mod step_convert;
pub mod step_images;
pub mod step_metadata;
pub mod step_output;
pub mod step_resize;
pub mod step_workflow;