refactor: move UI into Slint files

This commit is contained in:
Georg Bauer
2026-07-30 18:39:26 +02:00
parent 1e3241bf65
commit 8f9a4dfc00
7 changed files with 1625 additions and 954 deletions

3
crates/app/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
slint_build::compile("ui/app.slint").unwrap();
}