photonvision icon indicating copy to clipboard operation
photonvision copied to clipboard

Added feature to redirect user to new IP address after setting a static IP

Open Tom-ne opened this issue 2 months ago • 2 comments

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

Tom-ne avatar Oct 31 '25 19:10 Tom-ne

Lint please.

Also note, PRs from main is an anti-pattern

samfreund avatar Oct 31 '25 21:10 samfreund

This should also be triggered by the save button for the networking settings, not by the enter button.

samfreund avatar Oct 31 '25 22:10 samfreund