Open popup window when receiving a call

We still need to style and allow people to accept the call but this
is a good starting point.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-09-28 19:35:24 +02:00
parent aa3cb8e35e
commit 46b61feb9a
3 changed files with 83 additions and 3 deletions

View file

@ -107,7 +107,7 @@ fn main() {
project::Project::init(&client);
client::Channel::init(&client);
client::init(client.clone(), cx);
collab_ui::init(cx);
collab_ui::init(user_store.clone(), cx);
command_palette::init(cx);
editor::init(cx);
go_to_line::init(cx);