We should be able to click the CHANGE buttons on the settings page to alter the settings there.
Context
Bear Stearns Bravo had the CHANGE system set up, and clicking the CHANGE button would open a js input() box where you can fill in the value.
Proposed Solution
I think we should do something a little more in-line and instead replace the value with a Textbox or Select element which the user can edit, then click SAVE to lock in.
This is implemented for everything except video settings, which will require some more consideration as we will have to catch alt+enter/f11 keypresses on any screen. maybe time to implement react contexts?
Describe the addition
We should be able to click the CHANGE buttons on the settings page to alter the settings there.
Context
Bear Stearns Bravo had the CHANGE system set up, and clicking the CHANGE button would open a js
input()
box where you can fill in the value.Proposed Solution
I think we should do something a little more in-line and instead replace the value with a Textbox or Select element which the user can edit, then click SAVE to lock in.