Description
Improve the Relay startup process by allowing users to enter IP addresses and automatically save them for future use.
The system should store entered IP addresses in a persistent saved list and display them in a dropdown menu. This allows users to quickly select previously used IPs without manually retyping them every time.
The feature must include IP validation, prevent duplicate entries, and ensure saved IPs persist across application restarts.
Tasks
- Add IP address validation logic
- Implement persistent storage for saved IP addresses (config file or local storage)
- Create dropdown UI component to display saved IPs
- Prevent duplicate IP entries
- Connect dropdown selection to Relay startup logic
- Test persistence after application restart
Acceptance Criteria
Description
Improve the Relay startup process by allowing users to enter IP addresses and automatically save them for future use.
The system should store entered IP addresses in a persistent saved list and display them in a dropdown menu. This allows users to quickly select previously used IPs without manually retyping them every time.
The feature must include IP validation, prevent duplicate entries, and ensure saved IPs persist across application restarts.
Tasks
Acceptance Criteria