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
|
|
@ -166,7 +166,7 @@ export default {
|
|||
'Send only to r': 'Enviar apenas para {{r}}',
|
||||
'Send only to these relays': 'Enviar apenas para estes relés',
|
||||
Explore: 'Explorar',
|
||||
'Search relays': 'Pesquisar relés',
|
||||
'Search relays': 'Relés de pesquisa',
|
||||
relayInfoBadgeAuth: 'Auth',
|
||||
relayInfoBadgeSearch: 'Pesquisar',
|
||||
relayInfoBadgePayment: 'Pagamento',
|
||||
|
|
@ -688,6 +688,7 @@ export default {
|
|||
'Hide indirect': 'Ocultar indiretas',
|
||||
'Copy note content': 'Copiar conteúdo da nota',
|
||||
'Video loop': 'Repetir vídeo',
|
||||
'Automatically replay videos when they end': 'Reproduzir automaticamente os vídeos quando terminarem'
|
||||
'Automatically replay videos when they end': 'Reproduzir automaticamente os vídeos quando terminarem',
|
||||
'Relays used for searching notes (NIP-50)': 'Relés usados para pesquisar notas (NIP-50)'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue