feat: add log and hotkey list

This commit is contained in:
Evan Carroll 2026-01-20 19:25:58 -06:00
parent 7852790a1e
commit 41ea9d13cb
5 changed files with 415 additions and 4 deletions

View file

@ -9,10 +9,12 @@ pub mod conversation_modal;
pub mod editor;
pub mod emotion_picker;
pub mod forms;
pub mod hotkey_help;
pub mod inventory;
pub mod keybindings;
pub mod keybindings_popup;
pub mod layout;
pub mod log_popup;
pub mod modals;
pub mod notification_history;
pub mod notifications;
@ -33,10 +35,12 @@ pub use conversation_modal::*;
pub use editor::*;
pub use emotion_picker::*;
pub use forms::*;
pub use hotkey_help::*;
pub use inventory::*;
pub use keybindings::*;
pub use keybindings_popup::*;
pub use layout::*;
pub use log_popup::*;
pub use modals::*;
pub use notification_history::*;
pub use notifications::*;