graphsense / graphsense-dashboard

A web dashboard for interactive cryptocurrency analysis.
MIT License
103 stars 21 forks source link

Use session storage/local storage to persist settings in dashboard #399

Closed soad003 closed 1 year ago

soad003 commented 1 year ago

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.