Clean up Element API and start on docs

This commit is contained in:
Nathan Sobo 2023-12-31 08:33:40 -07:00
parent 5f2bb82ef3
commit 83923fd6d5
125 changed files with 370 additions and 335 deletions

View file

@ -549,9 +549,9 @@ impl ChatPanel {
impl EventEmitter<Event> for ChatPanel {}
impl Render for ChatPanel {
type Element = Div;
type Output = Div;
fn render(&mut self, cx: &mut ViewContext<Self>) -> Self::Element {
fn render(&mut self, cx: &mut ViewContext<Self>) -> Self::Output {
div()
.full()
.child(if self.client.user_id().is_some() {