(feat): add reply box to messages
(feat): update methanium ui (fix): user data caching (fix): other random stuff (qol): update todo
This commit is contained in:
parent
53728b7436
commit
6a5236bafe
32 changed files with 722 additions and 394 deletions
|
|
@ -31,7 +31,7 @@ export default function List() {
|
|||
<div
|
||||
ref={scrollRef}
|
||||
id="conversation-list"
|
||||
className="overflow-y-auto flex-1 h-full"
|
||||
className="overflow-y-auto flex-1 h-full p-px"
|
||||
>
|
||||
{items === null ? (
|
||||
<div className="flex items-center justify-center pt-5">
|
||||
|
|
|
|||
Loading…
Reference in a new issue