-
Notifications
You must be signed in to change notification settings - Fork 184
Dashboard Configuration Variable Highlighting #161
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
base: master
Are you sure you want to change the base?
Conversation
Marking dashboard config variables if they've been changed from them from their uploaded value
|
Thanks for the patch!
I take the uploaded value to mean the value that was in the file deployed to the bot. The client needs more information from the backend to provide that value and shouldn't assume that the first config received by the client contains the deployed values. Also you should use |
This reverts commit 7343963.
Introduces backend and frontend support for tracking baseline configuration values as deployed to the robot. Adds new message types and Redux state for baseline config, updates the UI to display and filter variables modified from the baseline, and provides visual indicators for such modifications. This helps users identify and manage configuration changes relative to the deployed baseline.
|
Thanks, that makes a lot of sense; I've updated the code to take the deployed value from the backend. Note: this update converts the parentheses to the right of float variables to show the deployed value instead. I assumed the original purpose of the parentheses wasn't necessary, but let me know if you would like me to keep it, and I can change the UI accordingly. FYI, this PR would resolve #50. Screen.Recording.2025-08-22.at.11.26.22.AM.mov |
|
Merge conflicts have been resolved |
|
Sorry for the delay, just fixed! |


Marking dashboard config variables if they've been changed from their uploaded value.