WIP: continue channel management modal and rename panel to collab_panel
This commit is contained in:
parent
d450c4be9a
commit
6c4964f071
13 changed files with 303 additions and 131 deletions
|
@ -1,9 +1,9 @@
|
|||
pub mod collab_panel;
|
||||
mod collab_titlebar_item;
|
||||
mod contact_notification;
|
||||
mod face_pile;
|
||||
mod incoming_call_notification;
|
||||
mod notifications;
|
||||
pub mod panel;
|
||||
mod project_shared_notification;
|
||||
mod sharing_status_indicator;
|
||||
|
||||
|
@ -22,7 +22,7 @@ actions!(
|
|||
pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
|
||||
vcs_menu::init(cx);
|
||||
collab_titlebar_item::init(cx);
|
||||
panel::init(app_state.client.clone(), cx);
|
||||
collab_panel::init(app_state.client.clone(), cx);
|
||||
incoming_call_notification::init(&app_state, cx);
|
||||
project_shared_notification::init(&app_state, cx);
|
||||
sharing_status_indicator::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue