Overhaul UI event handling

This commit is contained in:
Joscha 2022-08-20 18:36:20 +02:00
parent ade06efa01
commit ded927b9f0
9 changed files with 177 additions and 103 deletions

View file

@ -2,6 +2,6 @@ mod room;
mod small_message;
mod util;
pub use room::Room;
pub use small_message::SmallMessage;
pub use util::{nick_color, nick_style};
pub use room::*;
pub use small_message::*;
pub use util::*;