Show badge when there are pending contact requests
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
c71b264786
commit
933a1f2cd6
17 changed files with 241 additions and 42 deletions
|
@ -7264,7 +7264,7 @@ mod tests {
|
|||
}
|
||||
|
||||
fn render(&mut self, _: &mut gpui::RenderContext<Self>) -> gpui::ElementBox {
|
||||
gpui::Element::boxed(gpui::elements::Empty)
|
||||
gpui::Element::boxed(gpui::elements::Empty::new())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue