-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Reintroduce category folding state saving #1906
Comments
Just fyi @Meierschlumpf I had it work with a cookie or localstorage before, I don’t necessarily think this warrants modifications of the board schema |
I disagree, we should persist the state in the database. Since we use proper migrations now, this isn't even difficult to do. Additionally, relying on the browser storage may not be ideal (e.g. switching between devices, ...) |
Either solution will be much appreciated: persistent in database or cookie-based: this seems urgent, extra clicks on homepage are dissatisfying. |
Describe the bug
All categories start folded even if they are expanded on the last session.
Steps to reproduce
Load up any dashboard with categories on it.
Impact
Very small impact, just annoying to open them every time.
Additional information
No response
Version
1.0.0-beta
Installation method
Docker Compose
Browser
Chrome
The text was updated successfully, but these errors were encountered: