feat: simplify notifications/logs
This commit is contained in:
parent
8c2e5d4f61
commit
39b5ac3f1d
7 changed files with 300 additions and 334 deletions
|
|
@ -16,9 +16,8 @@ pub mod keybindings_popup;
|
|||
pub mod layout;
|
||||
pub mod log_popup;
|
||||
pub mod modals;
|
||||
pub mod notification_history;
|
||||
pub mod register_modal;
|
||||
pub mod notifications;
|
||||
pub mod register_modal;
|
||||
pub mod scene_list_popup;
|
||||
pub mod scene_viewer;
|
||||
pub mod settings;
|
||||
|
|
@ -43,7 +42,6 @@ pub use keybindings_popup::*;
|
|||
pub use layout::*;
|
||||
pub use log_popup::*;
|
||||
pub use modals::*;
|
||||
pub use notification_history::*;
|
||||
pub use notifications::*;
|
||||
pub use register_modal::*;
|
||||
pub use reconnection_overlay::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue