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:
parent
aa3cb8e35e
commit
46b61feb9a
3 changed files with 83 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue