Add a hover menu to see who's in a channel

Co-Authored-By: Max <max@zed.dev>
Inspired-By: @RemcoSmitsDev
This commit is contained in:
Conrad Irwin 2024-01-26 12:25:00 -07:00
parent 95fab1037f
commit a0f8a2342f
2 changed files with 42 additions and 7 deletions

View file

@ -85,7 +85,7 @@ impl Render for Tooltip {
}
}
fn tooltip_container<V>(
pub fn tooltip_container<V>(
cx: &mut ViewContext<V>,
f: impl FnOnce(Div, &mut ViewContext<V>) -> Div,
) -> impl IntoElement {