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

@@ -1,5 +1,6 @@
mod app;
mod step_indicator;
mod steps;
mod wizard;
use gtk::prelude::*;