Start scaffolding out the Copilot Modal UI
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
parent
4e6fb9034d
commit
cc445f7cef
8 changed files with 180 additions and 9 deletions
|
@ -6,12 +6,14 @@ mod chat_panel;
|
|||
mod collab_panel;
|
||||
mod command_palette;
|
||||
mod context_menu;
|
||||
mod copilot;
|
||||
mod editor_pane;
|
||||
mod facepile;
|
||||
mod icon_button;
|
||||
mod keybinding;
|
||||
mod language_selector;
|
||||
mod list;
|
||||
mod modal;
|
||||
mod multi_buffer;
|
||||
mod notification_toast;
|
||||
mod notifications_panel;
|
||||
|
@ -40,12 +42,14 @@ pub use chat_panel::*;
|
|||
pub use collab_panel::*;
|
||||
pub use command_palette::*;
|
||||
pub use context_menu::*;
|
||||
pub use copilot::*;
|
||||
pub use editor_pane::*;
|
||||
pub use facepile::*;
|
||||
pub use icon_button::*;
|
||||
pub use keybinding::*;
|
||||
pub use language_selector::*;
|
||||
pub use list::*;
|
||||
pub use modal::*;
|
||||
pub use multi_buffer::*;
|
||||
pub use notification_toast::*;
|
||||
pub use notifications_panel::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue