feat: add reply form
This commit is contained in:
@@ -6,15 +6,13 @@ export function ChildReply({
|
||||
}: { event: NDKEvent; rootEventId?: string }) {
|
||||
return (
|
||||
<Note.Provider event={event}>
|
||||
<Note.Root className="gap-2 pl-4 mb-5">
|
||||
<div className="flex items-center justify-between px-3 h-14">
|
||||
<Note.User className="flex-1 pr-1" />
|
||||
<Note.Root className="pl-6">
|
||||
<div className="flex items-center justify-between h-14">
|
||||
<Note.User className="flex-1" />
|
||||
<Note.Menu />
|
||||
</div>
|
||||
<Note.Content className="min-w-0" />
|
||||
<div className="flex items-center gap-10 -ml-1">
|
||||
<Note.Reply />
|
||||
<Note.Reaction />
|
||||
<Note.Content />
|
||||
<div className="flex items-center justify-end gap-10 mt-4">
|
||||
<Note.Repost />
|
||||
<Note.Zap />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user