Publish Nostr Event
{#if loading}
Publishing...
{/if}
{#if error}
{error}
{/if}
{#if success}
{success}
Relays: {publishedRelays.join(", ")}
{#if lastPublishedEventId}
Event ID: {lastPublishedEventId}
{/if}
{/if}
showJsonPreview = !showJsonPreview}
/>