Indicate collaborators' presence (grayscale), speaking and muted status

This commit is contained in:
Max Brunsfeld 2023-12-07 14:18:34 -08:00
parent 04d019ef66
commit d1b47b4059
3 changed files with 131 additions and 108 deletions

View file

@ -1,8 +1,9 @@
use gpui::{
div, AnyElement, Div, IntoElement as _, ParentElement as _, RenderOnce, Styled, WindowContext,
div, AnyElement, Div, ElementId, IntoElement, ParentElement as _, RenderOnce, Styled,
WindowContext,
};
#[derive(Default)]
#[derive(Default, IntoElement)]
pub struct FacePile {
pub faces: Vec<AnyElement>,
}