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
|
@ -13,6 +13,7 @@ use std::{cmp, sync::Arc};
|
|||
use util::ResultExt;
|
||||
use workspace::Modal;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum PickerEvent {
|
||||
Dismiss,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue