fix: reconnect on ws failure

This commit is contained in:
Evan Carroll 2026-01-18 23:12:24 -06:00
parent 84cb4e5e78
commit 27b3658e1d
5 changed files with 430 additions and 3 deletions

View file

@ -20,6 +20,7 @@ pub mod scene_viewer;
pub mod settings;
pub mod settings_popup;
pub mod tabs;
pub mod reconnection_overlay;
pub mod ws_client;
pub use avatar_canvas::*;
@ -38,6 +39,7 @@ pub use layout::*;
pub use modals::*;
pub use notification_history::*;
pub use notifications::*;
pub use reconnection_overlay::*;
pub use scene_viewer::*;
pub use settings::*;
pub use settings_popup::*;