Rename room
crate to call
Also, rename `client::Call` to `client::IncomingCall`. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
1158911560
commit
e0db62173a
13 changed files with 49 additions and 43 deletions
|
@ -1,5 +1,6 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use call::ActiveCall;
|
||||
use client::{Client, Contact, User, UserStore};
|
||||
use editor::{Cancel, Editor};
|
||||
use fuzzy::{match_strings, StringMatchCandidate};
|
||||
|
@ -9,7 +10,6 @@ use gpui::{
|
|||
ViewHandle,
|
||||
};
|
||||
use menu::{Confirm, SelectNext, SelectPrev};
|
||||
use room::ActiveCall;
|
||||
use settings::Settings;
|
||||
use theme::IconButton;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue