Port most screens to the new navigator

This commit is contained in:
Elias Projahn 2021-02-03 14:09:17 +01:00
parent 7eff62b5a4
commit 18e33c3d0d
23 changed files with 499 additions and 1063 deletions

View file

@ -7,10 +7,12 @@ pub use instrument::*;
pub mod person;
pub use person::*;
pub mod recording;
pub use recording::*;
// TODO: Readd a better version of these.
//
// pub mod recording;
// pub use recording::*;
//
// pub mod work;
// pub use work::*;
pub mod work;
pub use work::*;
mod selector;
mod selector;