Add TitleBar component and wire up to the workspace

This commit is contained in:
Marshall Bowers 2023-10-07 12:10:39 -04:00
parent f33d41af63
commit eb642551ac
7 changed files with 349 additions and 9 deletions

View file

@ -14,6 +14,7 @@ mod status_bar;
mod tab;
mod tab_bar;
mod terminal;
mod title_bar;
mod toolbar;
mod traffic_lights;
mod workspace;
@ -34,6 +35,7 @@ pub use status_bar::*;
pub use tab::*;
pub use tab_bar::*;
pub use terminal::*;
pub use title_bar::*;
pub use toolbar::*;
pub use traffic_lights::*;
pub use workspace::*;