Improve relay settings UI and add nos.lol to app relays

- Redesigned RelayListManager with cleaner, simpler layout
- Added nos.lol to the default app relays list
- App relays now show with simple toggle switch
- User relays section with empty state when no relays configured

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-17 23:06:46 -06:00
parent a167c878ca
commit 9a2b3a2711
+1
View File
@@ -9,6 +9,7 @@ export const APP_RELAYS: RelayMetadata = {
{ url: 'wss://relay.ditto.pub', read: true, write: true },
{ url: 'wss://relay.primal.net', read: true, write: true },
{ url: 'wss://relay.damus.io', read: true, write: true },
{ url: 'wss://nos.lol', read: true, write: true },
],
updatedAt: 0,
};