Checkpoint – Notifications Panel
This commit is contained in:
parent
e3d948f60b
commit
32028fbbb1
10 changed files with 318 additions and 107 deletions
|
@ -13,7 +13,8 @@ mod keybinding;
|
|||
mod language_selector;
|
||||
mod list;
|
||||
mod multi_buffer;
|
||||
mod notification;
|
||||
mod notification_toast;
|
||||
mod notifications_panel;
|
||||
mod palette;
|
||||
mod panel;
|
||||
mod panes;
|
||||
|
@ -46,7 +47,8 @@ pub use keybinding::*;
|
|||
pub use language_selector::*;
|
||||
pub use list::*;
|
||||
pub use multi_buffer::*;
|
||||
pub use notification::*;
|
||||
pub use notification_toast::*;
|
||||
pub use notifications_panel::*;
|
||||
pub use palette::*;
|
||||
pub use panel::*;
|
||||
pub use panes::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue