Merge work selector and editor to single dialog

This commit is contained in:
Elias Projahn 2020-11-08 20:23:53 +01:00
parent 9ee7bf166d
commit d20d80d1ac
26 changed files with 1559 additions and 1742 deletions

11
src/dialogs/work/mod.rs Normal file
View file

@ -0,0 +1,11 @@
pub mod work_dialog;
pub use work_dialog::*;
pub mod work_editor_dialog;
pub use work_editor_dialog::*;
mod part_editor;
mod section_editor;
mod work_editor;
mod work_selector;
mod work_selector_person_screen;