feat: add reply form

This commit is contained in:
2024-01-17 12:24:04 +07:00
parent a20f5ca15d
commit 0b745cb40e
14 changed files with 512 additions and 95 deletions

View File

@@ -8,7 +8,7 @@ export function HomeRoute({ id }: { id: string }) {
<WindowVirtualizer>
<div className="px-3 mt-3">
<ThreadNote eventId={id} />
<ReplyList eventId={id} title="All replies" className="mt-5" />
<ReplyList eventId={id} className="mt-5" />
</div>
</WindowVirtualizer>
</div>