tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

Use Web Storage API to store client settings #81

Closed mosmuell closed 2 months ago

mosmuell commented 9 months ago

Is your feature request related to a problem? Please describe. When changing settings like "Show Notifications" or the UI state (expanded, collapsed component) in the pydase frontend, the setting will not persist on refreshing the page.

Describe the solution you'd like I would like to store those settings per client using the Web Storage API.