-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] "Layout" and "Item Size" buttons don't work #629
Comments
Welcome to Dashy 👋 Issues are sometimes closed when users:
Before you reopen this issue, please also ensure that:
Once you have verified the above standards are met, you may reopen this issue. Sorry for any inconvenience caused, I'm just a bot, and sometimes make mistakes 🤖 |
I guess it's being overridden by something in your config file. You can instead updated this under
|
But this does look like a bug, probably introduced in the latest version, as the issue is present in the dev environment |
I confirm the bug and the workaround (interactive editor and then "cancel edit"). BTW, thank you for your awesome work :) |
The fix for this issue has now been released in 2.0.9 ✨ If you haven't done so already, please update your instance to Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project. |
Seems to be still/again broken. I use version 2.1.1 via Docker. Item size and layout buttons don't work. They start working after opening the UI editor and clicking the cancel button. While looking at the local storage in Chrome, I can see that the localstorage values (e.g. layoutOrientation) aren't set when clicking the layout buttons. After entering the edit mode and leaving it, the localstorage properties are written properly. |
I was able to further isolate the problem. As soon as you set values for iconSize and layout in the appConfig (no matter which), it works as desired. |
Environment
Self-Hosted (Docker)
Version
2.0.8
Describe the problem
I can't use the 6 buttons labeled "Layout" and "Item Size" to change the appearance of my dashboard.
The buttons regularly works visiting the demo here: https://demo.dashy.to/
The buttons start working if I enter the "Interactive editor" (the small pencil) and then click on "Cancel edit".
The same happens with 4 different browsers (Chrome desktop, Edge desktop, Opera desktop, Chrome mobile on Android).
My config.yml:
My docker-compose.yml:
I tried both with and without
preventWriteToDisk: true
andappConfig.preventLocalSave: true
.Nothing changes.
Additional info
The log:
Please tick the boxes
The text was updated successfully, but these errors were encountered: