All settings are only held in the model state of the dashboard. That results in all settings being reset to their defaults after the browser session/window is closed. For a better user experience we should add the config state to something more permanent.
An easy solution would be to use the browsers local storage.
All settings are only held in the model state of the dashboard. That results in all settings being reset to their defaults after the browser session/window is closed. For a better user experience we should add the config state to something more permanent.
An easy solution would be to use the browsers local storage.