-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use standard key names for the settings on storage #1646
Use standard key names for the settings on storage #1646
Conversation
282a716
to
25680b5
Compare
25680b5
to
89c1667
Compare
As we serve the interface in IPs that can vary, this makes it clear that the key is ours and not from another application.
It initially contains the renaming migrations of localStorage keys
b011f9a
to
a7a08ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some issues noticed:
-
On the step 5 (Vehicle address) the 'General configuration' submenu isn't opening to show the user the form field where he can enter the vehicle's network address.
-
The 'Enter' key jumps from 'Interface' to 'Telemetry' and then to 'Mission'; not showing the steps between them. Also the Enter key doesn't work on the 5th step 'Vehicle address'.
a7a08ee
to
73eca49
Compare
73eca49
to
ef34257
Compare
This logic was broken indeed. Fixed.
This was actually a logic that was already there, but with the changes in the next-step/before-step logic it does not need to exist anymore indeed. I've also took the opportunity of the new logic to add a listening for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Working fine now
Putting on draft since I realized the stepping is broke on master. Will fix before opening it for review.
Fix #1442
Fix #1647