From 76d3b9ac83951e88e5537bcff40913d273a0f4e9 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 31 May 2026 21:11:06 +0200 Subject: [PATCH] bug-fixes --- package-lock.json | 4 +- package.json | 2 +- src/components/NoteStats/LikeButton.tsx | 8 +- src/components/NoteStats/ReplyButton.tsx | 2 +- src/components/NoteStats/RepostButton.tsx | 4 +- src/components/NoteStats/ZapButton.tsx | 2 +- src/components/NoteStats/index.tsx | 4 +- src/components/ProfileListBySearch/index.tsx | 6 +- src/components/SearchBar/index.tsx | 6 +- src/components/SearchResult/index.tsx | 3 +- src/constants.ts | 2 +- src/lib/relay-list-builder.test.ts | 28 ++++- src/lib/relay-list-builder.ts | 52 +++++++++ src/lib/relay-nip42-auth.ts | 10 ++ src/lib/relay-publish-filter.test.ts | 12 ++ src/lib/relay-publish-filter.ts | 36 +++++- src/lib/relay-url-priority.test.ts | 16 +++ src/lib/relay-url-priority.ts | 4 +- src/lib/url.ts | 23 +++- src/providers/NostrProvider/index.tsx | 35 ++++-- .../client-replaceable-events.service.ts | 4 +- src/services/client.service.ts | 109 +++++++++++------- src/services/nip66.service.ts | 7 +- 23 files changed, 292 insertions(+), 87 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85c53eb8..1f7d3870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imwald", - "version": "23.17.1", + "version": "23.17.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imwald", - "version": "23.17.1", + "version": "23.17.2", "license": "MIT", "dependencies": { "@asciidoctor/core": "^3.0.4", diff --git a/package.json b/package.json index 641a2a1c..fb51bb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imwald", - "version": "23.17.1", + "version": "23.17.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/NoteStats/LikeButton.tsx b/src/components/NoteStats/LikeButton.tsx index e57d8d22..ac40f6ef 100644 --- a/src/components/NoteStats/LikeButton.tsx +++ b/src/components/NoteStats/LikeButton.tsx @@ -244,13 +244,13 @@ export function LikeButtonWithStats({ const likeIconButton = ( ) diff --git a/src/components/NoteStats/ZapButton.tsx b/src/components/NoteStats/ZapButton.tsx index 05acb7cc..f7ea2ca3 100644 --- a/src/components/NoteStats/ZapButton.tsx +++ b/src/components/NoteStats/ZapButton.tsx @@ -225,7 +225,7 @@ export function ZapButtonWithStats({ event, hideCount = false, noteStats }: ZapB