mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 00:44:18 +01:00
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.