More progress on collab panel
This commit is contained in:
parent
8ee84249ec
commit
a85e0db1f4
5 changed files with 142 additions and 32 deletions
|
@ -3,8 +3,8 @@ use gpui::{
|
|||
};
|
||||
|
||||
#[derive(Default)]
|
||||
pub(crate) struct FacePile {
|
||||
faces: Vec<AnyElement>,
|
||||
pub struct FacePile {
|
||||
pub faces: Vec<AnyElement>,
|
||||
}
|
||||
|
||||
impl RenderOnce for FacePile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue