Files
notedeck/crates
Claude 2d61148d93 Remove hardcoded default relays and add user relay prompt
Instead of automatically connecting to hardcoded relays (wss://nos.lol,
wss://relay.damus.io, wss://relay.nostr.band), the app now prompts users
to enter a relay URL when no relays are configured.

Changes:
- Remove hardcoded relays from RelayConfig::default_relays()
- Add RelayDialog UI component for relay input
- Automatically show relay dialog on startup when no relays exist
- Save user-entered relay to relay_config.json
- Connect to relay pool after user adds it

This gives users full control over which relays they connect to from
the start.
2025-11-15 11:02:11 +00:00
..
2025-11-06 21:36:06 -08:00
2025-11-04 14:53:10 -08:00
2025-04-21 13:16:18 -07:00