AberdeenRSS / FlightManagementClient

MIT License
1 stars 1 forks source link

Persist the dashboard #9

Closed sidney-pauly closed 1 year ago

sidney-pauly commented 1 year ago

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)