From 7c4328e3348d8c92aa389052a0511dcfd53036c5 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Wed, 12 Nov 2025 10:27:48 +0100 Subject: [PATCH] insure opml import doesn't overwrite existing event feeds make client more responsive to large font setting and small screen size --- .../MailboxSetting/DiscoveredRelays.tsx | 5 +- src/components/MailboxSetting/SaveButton.tsx | 2 +- src/i18n/locales/de.ts | 3 + src/pages/primary/SearchPage/index.tsx | 6 +- .../secondary/RelaySettingsPage/index.tsx | 8 +- .../secondary/RssFeedSettingsPage/index.tsx | 118 +++++++++++++----- src/pages/secondary/SearchPage/index.tsx | 6 +- 7 files changed, 103 insertions(+), 45 deletions(-) diff --git a/src/components/MailboxSetting/DiscoveredRelays.tsx b/src/components/MailboxSetting/DiscoveredRelays.tsx index c8c7157..6c0c1fd 100644 --- a/src/components/MailboxSetting/DiscoveredRelays.tsx +++ b/src/components/MailboxSetting/DiscoveredRelays.tsx @@ -207,7 +207,7 @@ export default function DiscoveredRelays({ onAdd, localOnly = false }: { onAdd: ))} -
+
) } diff --git a/src/i18n/locales/de.ts b/src/i18n/locales/de.ts index 52a7394..2e5db32 100644 --- a/src/i18n/locales/de.ts +++ b/src/i18n/locales/de.ts @@ -375,6 +375,9 @@ export default { 'Video Posts': 'Videobeiträge', 'Select All': 'Alle auswählen', 'Clear All': 'Alle löschen', + 'Add {{count}} Selected': '{{count}} Ausgewählte hinzufügen', + 'Adding...': 'Hinzufügen...', + 'Added {{count}} relay(s)': '{{count}} Relay(s) hinzugefügt', 'Set as default filter': 'Als Standardfilter festlegen', Apply: 'Anwenden', Reset: 'Zurücksetzen', diff --git a/src/pages/primary/SearchPage/index.tsx b/src/pages/primary/SearchPage/index.tsx index e538617..a01182f 100644 --- a/src/pages/primary/SearchPage/index.tsx +++ b/src/pages/primary/SearchPage/index.tsx @@ -46,14 +46,14 @@ const SearchPage = forwardRef((_, ref) => { >
Search Nostr
-
+
-
+