Add collapsable bottom bar to chat screen.

This commit is contained in:
天クマ 2026-07-14 15:28:42 -03:00
commit 25004fe404
5 changed files with 61 additions and 6 deletions

View file

@ -78,4 +78,4 @@ export function compensateMessageOrdering(messages) {
// Clean up temporary property
return msgs.map(({ _time, ...m }) => m);
}
}