add app dialogue concept

This commit is contained in:
2022-04-10 22:09:30 +02:00
parent 410e41a0ab
commit a3eb0e6ae2
13 changed files with 547 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
pub mod messages;
pub mod model;
pub mod update;
pub mod widgets;