feat: private messages.
This commit is contained in:
parent
0492043625
commit
22cc0fdc38
11 changed files with 1135 additions and 44 deletions
|
|
@ -5,6 +5,7 @@ pub mod avatar_editor;
|
|||
pub mod chat;
|
||||
pub mod chat_types;
|
||||
pub mod context_menu;
|
||||
pub mod conversation_modal;
|
||||
pub mod editor;
|
||||
pub mod emotion_picker;
|
||||
pub mod forms;
|
||||
|
|
@ -13,6 +14,8 @@ pub mod keybindings;
|
|||
pub mod keybindings_popup;
|
||||
pub mod layout;
|
||||
pub mod modals;
|
||||
pub mod notification_history;
|
||||
pub mod notifications;
|
||||
pub mod scene_viewer;
|
||||
pub mod settings;
|
||||
pub mod settings_popup;
|
||||
|
|
@ -24,6 +27,7 @@ pub use avatar_editor::*;
|
|||
pub use chat::*;
|
||||
pub use chat_types::*;
|
||||
pub use context_menu::*;
|
||||
pub use conversation_modal::*;
|
||||
pub use editor::*;
|
||||
pub use emotion_picker::*;
|
||||
pub use forms::*;
|
||||
|
|
@ -32,6 +36,8 @@ pub use keybindings::*;
|
|||
pub use keybindings_popup::*;
|
||||
pub use layout::*;
|
||||
pub use modals::*;
|
||||
pub use notification_history::*;
|
||||
pub use notifications::*;
|
||||
pub use scene_viewer::*;
|
||||
pub use settings::*;
|
||||
pub use settings_popup::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue