Skip to content
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

Open
OGJakearroo opened this issue Jan 10, 2025 · 3 comments
Open

feat: Reintroduce category folding state saving #1906

OGJakearroo opened this issue Jan 10, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@OGJakearroo
Copy link

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

@Meierschlumpf Meierschlumpf added enhancement New feature or request and removed needs triage labels Jan 10, 2025
@Meierschlumpf Meierschlumpf changed the title bug: Dashboard Starts Folded feat: Reintroduce category folding state saving Jan 10, 2025
@Meierschlumpf Meierschlumpf moved this from Todo to In Progress in Homarr prioritized backlog Jan 18, 2025
@Meierschlumpf Meierschlumpf self-assigned this Jan 18, 2025
@Meierschlumpf Meierschlumpf moved this from In Progress to Todo in Homarr prioritized backlog Jan 19, 2025
@Meierschlumpf Meierschlumpf removed their assignment Jan 19, 2025
@Meierschlumpf Meierschlumpf pinned this issue Jan 19, 2025
@ajnart
Copy link
Contributor

ajnart commented Jan 19, 2025

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

@manuel-rw
Copy link
Member

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, ...)

@mhl66
Copy link

mhl66 commented Jan 20, 2025

Either solution will be much appreciated: persistent in database or cookie-based: this seems urgent, extra clicks on homepage are dissatisfying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

5 participants