Currently the state of the dashboard (and all component states in it) get lost when the page is reloaded.
All the data that needs to be persisted should be exposed by the components in a standardized way. It can then be decided on how to store this data (i.e. on localstorage or maybe even on the server)
Currently the state of the dashboard (and all component states in it) get lost when the page is reloaded. All the data that needs to be persisted should be exposed by the components in a standardized way. It can then be decided on how to store this data (i.e. on localstorage or maybe even on the server)