Clean up rendering a bit

This commit is contained in:
Joscha 2022-06-14 16:03:00 +02:00
parent d6d8397683
commit 01ec2c67c1
3 changed files with 95 additions and 79 deletions

View file

@ -89,7 +89,7 @@ impl<M: Msg> TreeView<M> {
}
}
pub async fn layout<S: MsgStore<M>>(
pub async fn layout_blocks<S: MsgStore<M>>(
&mut self,
room: &str,
store: &S,