update thread & add reply form
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Kind1 } from "@app/space/components/notes/kind1";
|
||||
import { Kind1063 } from "@app/space/components/notes/kind1063";
|
||||
import { NoteMetadata } from "@app/space/components/notes/metadata";
|
||||
import { NoteReplyForm } from "@app/space/components/notes/replies/form";
|
||||
import { RepliesList } from "@app/space/components/notes/replies/list";
|
||||
import { NoteSkeleton } from "@app/space/components/notes/skeleton";
|
||||
import { NoteDefaultUser } from "@app/space/components/user/default";
|
||||
@@ -54,6 +55,9 @@ export function ThreadBlock({ params }: { params: any }) {
|
||||
<NoteMetadata id={params.content} eventPubkey={data.pubkey} />
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-3 bg-zinc-900 rounded-md">
|
||||
<NoteReplyForm id={data.id} />
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<div className="px-3">
|
||||
|
||||
Reference in New Issue
Block a user