Add context menu controls to the channel member management

co-authored-by: Max <max@zed.dev>
This commit is contained in:
Mikayla 2023-08-07 15:29:30 -07:00
parent 9913067e51
commit e37e76fc0b
No known key found for this signature in database
3 changed files with 161 additions and 93 deletions

View file

@ -261,7 +261,7 @@ pub struct ChannelModal {
pub cancel_invite_button: ContainedText,
pub member_icon: Icon,
pub invitee_icon: Icon,
pub admin_toggle: ContainedText,
pub member_tag: ContainedText,
}
#[derive(Deserialize, Default, JsonSchema)]