diff --git a/package-lock.json b/package-lock.json
index 220cc269..f98a0469 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "imwald",
- "version": "22.3.0",
+ "version": "22.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "imwald",
- "version": "22.3.0",
+ "version": "22.3.2",
"license": "MIT",
"dependencies": {
"@asciidoctor/core": "^3.0.4",
diff --git a/package.json b/package.json
index 0f2e8437..ce11a7aa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "imwald",
- "version": "22.3.1",
+ "version": "22.3.2",
"description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery",
"private": true,
"type": "module",
diff --git a/src/components/Embedded/EmbeddedNote.tsx b/src/components/Embedded/EmbeddedNote.tsx
index 8d4b6389..1edc848a 100644
--- a/src/components/Embedded/EmbeddedNote.tsx
+++ b/src/components/Embedded/EmbeddedNote.tsx
@@ -142,7 +142,7 @@ function EmbeddedNoteInvalid({
return (
e.stopPropagation()}
data-embedded-note-invalid
>
@@ -221,7 +221,12 @@ function EmbeddedNoteContent({
// If it has bookstr tags, render directly as bookstr content (no need to search)
if (hasBookstrTags) {
return (
-
e.stopPropagation()}>
+
e.stopPropagation()}
+ >
)
@@ -230,7 +235,11 @@ function EmbeddedNoteContent({
// NIP-52 calendar event (scheduled video call) – render as calendar card
if (finalEvent.kind === ExtendedKind.CALENDAR_EVENT_TIME || finalEvent.kind === ExtendedKind.CALENDAR_EVENT_DATE) {
return (
-
e.stopPropagation()}>
+
e.stopPropagation()}
+ >
)
@@ -241,6 +250,7 @@ function EmbeddedNoteContent({
e.stopPropagation()}
>
e.stopPropagation()}>
+ e.stopPropagation()}
+ >
e.stopPropagation()}
>
@@ -479,7 +493,7 @@ function EmbeddedNoteNotFound({
!triedExternal && hasExternalRelays && canSearchOnExternalRelays(noteId)
return (
-
+
{t('Note not found')}
diff --git a/src/components/NoteCard/MainNoteCard.tsx b/src/components/NoteCard/MainNoteCard.tsx
index 6754f36f..97c01683 100644
--- a/src/components/NoteCard/MainNoteCard.tsx
+++ b/src/components/NoteCard/MainNoteCard.tsx
@@ -75,7 +75,10 @@ export default function MainNoteCard({
navigateToNote(noteUrl, event, getCachedThreadContextEvents(event))
}}
>
-
+
{pinned && !embedded && (