You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when adding a new setting (via settings.c), it isn't immediately available to use (except via the api) before the web interface settings page is updated to display it. I was thinking if it would be possible that the page automatically displayed the current set of settings?
I realise there could be some design challenges with this, so perhaps it's better I just learn how to modify the web UI. What are your thoughts, @chme?
The text was updated successfully, but these errors were encountered:
Yes, I agree, that getting the settings automatically in the UI would be good.
And yes, that can be implemented. We will have to expose additional information for each setting, to make it look decent in the UI. I will look into it.
Just an idea; look at the HomeBridge project. They support custom settings via JSON Schema files. There is a library that supports rendering settings from the JSON definition. Maybe a shortcut?
Currently, when adding a new setting (via settings.c), it isn't immediately available to use (except via the api) before the web interface settings page is updated to display it. I was thinking if it would be possible that the page automatically displayed the current set of settings?
I realise there could be some design challenges with this, so perhaps it's better I just learn how to modify the web UI. What are your thoughts, @chme?
The text was updated successfully, but these errors were encountered: