wip: rework widget

This commit is contained in:
reya
2023-11-09 18:02:25 +07:00
parent cb9006abb2
commit 0cdf199cb5
31 changed files with 155 additions and 509 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function TextNote({ event }: { event: NDKEvent }) {
type="button"
onClick={() =>
addWidget.mutate({
kind: WIDGET_KIND.local.thread,
kind: WIDGET_KIND.thread,
title: 'Thread',
content: thread.rootEventId,
})