From 043ef6c33cbd8c21960fb3a2a574a31215b04c4a Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Wed, 28 Jun 2023 11:38:45 -0700 Subject: [PATCH] Fix quoted 30023 events --- ROADMAP.md | 1 - src/app/shared/NoteContent.svelte | 6 +++++- src/app/shared/NoteContentKind1.svelte | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 108fdb3e..597341f6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,6 @@ # Current - [ ] Fix @ mention on safari -- [ ] Fix http://localhost:5173/nevent1qqspulrcsx0ceunrnk88vvdta4lw70ch32e03rl8elughxpwsdy0kkgpzfmhxue69uhk7enxvd5xz6tw9ec82cs56smhk - [ ] Get rid of Button - [ ] Make notifications beautiful and usable - [ ] Render threads in a way that makes them easy to use diff --git a/src/app/shared/NoteContent.svelte b/src/app/shared/NoteContent.svelte index 084cb128..e3562bba 100644 --- a/src/app/shared/NoteContent.svelte +++ b/src/app/shared/NoteContent.svelte @@ -26,5 +26,9 @@ {:else if note.kind === 30023} {:else} - + +
+ +
+
{/if} diff --git a/src/app/shared/NoteContentKind1.svelte b/src/app/shared/NoteContentKind1.svelte index 868c6c07..88bfc1fb 100644 --- a/src/app/shared/NoteContentKind1.svelte +++ b/src/app/shared/NoteContentKind1.svelte @@ -62,7 +62,7 @@ {:else if type.startsWith("nostr:") && showMedia && isStartOrEnd(i) && value.id !== anchorId}
- +
{:else if type.startsWith("nostr:")}