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
|
|
@ -165,7 +165,7 @@ export default {
|
|||
'Send only to r': '{{r}} にのみ送信',
|
||||
'Send only to these relays': 'これらのリレイにのみ送信',
|
||||
Explore: '探索',
|
||||
'Search relays': 'リレイを検索',
|
||||
'Search relays': '検索リレー',
|
||||
relayInfoBadgeAuth: '認証',
|
||||
relayInfoBadgeSearch: '検索',
|
||||
relayInfoBadgePayment: '支払い',
|
||||
|
|
@ -682,6 +682,7 @@ export default {
|
|||
'Hide indirect': '間接通知を非表示',
|
||||
'Copy note content': 'ノート内容をコピー',
|
||||
'Video loop': 'ビデオループ',
|
||||
'Automatically replay videos when they end': 'ビデオ終了時に自動的にリプレイする'
|
||||
'Automatically replay videos when they end': 'ビデオ終了時に自動的にリプレイする',
|
||||
'Relays used for searching notes (NIP-50)': 'ノート検索に使用するリレー (NIP-50)'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue