Lay-out channel modal with picker beneath channel name and mode buttons
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
a7e883d956
commit
4a6c73c6fd
4 changed files with 213 additions and 48 deletions
|
@ -247,6 +247,10 @@ pub struct CollabPanel {
|
|||
|
||||
#[derive(Deserialize, Default, JsonSchema)]
|
||||
pub struct ChannelModal {
|
||||
pub container: ContainerStyle,
|
||||
pub height: f32,
|
||||
pub header: TextStyle,
|
||||
pub mode_button: Toggleable<Interactive<ContainedText>>,
|
||||
pub picker: Picker,
|
||||
pub row_height: f32,
|
||||
pub contact_avatar: ImageStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue