Merge pull request #1793 from zed-industries/screen-sharing
Introduce screen-sharing
This commit is contained in:
commit
fb7a92242b
61 changed files with 3028 additions and 897 deletions
|
@ -79,6 +79,7 @@ pub struct Titlebar {
|
|||
pub sign_in_prompt: Interactive<ContainedText>,
|
||||
pub outdated_warning: ContainedText,
|
||||
pub share_button: Interactive<ContainedText>,
|
||||
pub call_control: Interactive<IconButton>,
|
||||
pub toggle_contacts_button: Interactive<IconButton>,
|
||||
pub toggle_contacts_badge: ContainerStyle,
|
||||
}
|
||||
|
@ -119,6 +120,7 @@ pub struct ContactList {
|
|||
pub struct ProjectRow {
|
||||
#[serde(flatten)]
|
||||
pub container: ContainerStyle,
|
||||
pub icon: Icon,
|
||||
pub name: ContainedText,
|
||||
}
|
||||
|
||||
|
@ -380,7 +382,6 @@ pub struct Icon {
|
|||
pub container: ContainerStyle,
|
||||
pub color: Color,
|
||||
pub width: f32,
|
||||
pub path: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Clone, Copy, Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue