add the ability to register from inside the user-ui

This commit is contained in:
Evan Carroll 2026-01-21 00:11:50 -06:00
parent 31e01292f9
commit ed1a1f10f9
12 changed files with 655 additions and 5 deletions

View file

@ -17,6 +17,7 @@ pub mod layout;
pub mod log_popup;
pub mod modals;
pub mod notification_history;
pub mod register_modal;
pub mod notifications;
pub mod scene_list_popup;
pub mod scene_viewer;
@ -44,6 +45,7 @@ pub use log_popup::*;
pub use modals::*;
pub use notification_history::*;
pub use notifications::*;
pub use register_modal::*;
pub use reconnection_overlay::*;
pub use scene_list_popup::*;
pub use scene_viewer::*;