feat: use latest nostr sdk

This commit is contained in:
2024-10-23 10:16:56 +07:00
parent cc7de41bfd
commit 172566028b
21 changed files with 596 additions and 240 deletions

View File

@@ -174,8 +174,8 @@ export const LumeWindow = {
label: `popup-${nanoid()}`,
url,
title: title ?? "",
width: 400,
height: 500,
width: 360,
height: 460,
maximizable: false,
minimizable: false,
hidden_title: !!title,