feat: simplify notifications/logs

This commit is contained in:
Evan Carroll 2026-01-21 14:26:31 -06:00
parent 8c2e5d4f61
commit 39b5ac3f1d
7 changed files with 300 additions and 334 deletions

View file

@ -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::*;