photonvision
photonvision copied to clipboard
Added feature to redirect user to new IP address after setting a static IP
Description
Added code that runs when the user hits enter in the static IP field after entering a valid IP address ,the user will be redirected to the new IP.
Closes #903
Meta
Merge checklist:
- [ ] Pull Request title is short, imperative summary of proposed changes
- [ ] The description documents the what and why
- [ ] If this PR changes behavior or adds a feature, user documentation is updated
- [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly
- [ ] If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2
- [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated
- [ ] If this PR addresses a bug, a regression test for it is added
This should also be triggered by the save button for the networking settings, not by the enter button.