Lay-out channel modal with picker beneath channel name and mode buttons

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-08-03 16:15:29 -07:00
parent a7e883d956
commit 4a6c73c6fd
4 changed files with 213 additions and 48 deletions

View file

@ -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,