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
|
|
@ -167,7 +167,7 @@ export default {
|
|||
'Send only to r': 'Enviar únicamente a {{r}}',
|
||||
'Send only to these relays': 'Enviar únicamente a estos relés',
|
||||
Explore: 'Explorar',
|
||||
'Search relays': 'Buscar relés',
|
||||
'Search relays': 'Relés de búsqueda',
|
||||
relayInfoBadgeAuth: 'Autenticación',
|
||||
relayInfoBadgeSearch: 'Búsqueda',
|
||||
relayInfoBadgePayment: 'Pago',
|
||||
|
|
@ -687,6 +687,7 @@ export default {
|
|||
'Hide indirect': 'Ocultar indirectas',
|
||||
'Copy note content': 'Copiar contenido de la nota',
|
||||
'Video loop': 'Repetir video',
|
||||
'Automatically replay videos when they end': 'Reproducir automáticamente los videos cuando terminen'
|
||||
'Automatically replay videos when they end': 'Reproducir automáticamente los videos cuando terminen',
|
||||
'Relays used for searching notes (NIP-50)': 'Relés utilizados para buscar notas (NIP-50)'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue