feat: add customizable search relays setting
Replace hardcoded SEARCHABLE_RELAY_URLS with user-configurable search relays stored in localStorage. Add SearchRelaysSetting UI in System settings page with add/remove/reset functionality. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7be7b30d52
commit
aae8fc2f17
27 changed files with 202 additions and 50 deletions
|
|
@ -163,7 +163,7 @@ export default {
|
|||
'Send only to r': 'Wyślij tylko do {{r}}',
|
||||
'Send only to these relays': 'Wyślij tylko do tych transmiterów',
|
||||
Explore: 'Transmitery',
|
||||
'Search relays': 'Wyszukaj transmiter',
|
||||
'Search relays': 'Przekaźniki wyszukiwania',
|
||||
relayInfoBadgeAuth: '✔️',
|
||||
relayInfoBadgeSearch: 'Wyszukiwarka',
|
||||
relayInfoBadgePayment: 'Płatności',
|
||||
|
|
@ -688,6 +688,7 @@ export default {
|
|||
'Hide indirect': 'Ukryj pośrednie',
|
||||
'Copy note content': 'Kopiuj treść notatki',
|
||||
'Video loop': 'Zapętlanie wideo',
|
||||
'Automatically replay videos when they end': 'Automatycznie powtarzaj filmy po zakończeniu'
|
||||
'Automatically replay videos when they end': 'Automatycznie powtarzaj filmy po zakończeniu',
|
||||
'Relays used for searching notes (NIP-50)': 'Przekaźniki używane do wyszukiwania notatek (NIP-50)'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue