You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for sharing this repo. Ever since your beautiful dashboard setup in Home Assistant, will this be the solution for me to use with my frontend/development skills.
I'd like to suggest the following:
An option to slide from left to right for adjusting the light percentage when the light is on. (hold and slide on a light button?)
This saves an extra click when using a tablet :)
Also, I noticed that the loader icon isn't aligned in the center.
A quick fix for this is to add justify-content: center; to the .icon class.
Overall really awesome work!
The text was updated successfully, but these errors were encountered:
thinking about it we really shoudn't alter the button behaviour, this should be a new type maybe twice as tall as a button with slider at the bottom like mushroom
First of all, thank you for sharing this repo. Ever since your beautiful dashboard setup in Home Assistant, will this be the solution for me to use with my frontend/development skills.
I'd like to suggest the following:
An option to slide from left to right for adjusting the light percentage when the light is on. (hold and slide on a light button?)
This saves an extra click when using a tablet :)
Also, I noticed that the loader icon isn't aligned in the center.
A quick fix for this is to add
justify-content: center;
to the.icon
class.Overall really awesome work!
The text was updated successfully, but these errors were encountered: