qJake / HADotNet.CommandCenter

📱 A web-based, wall-mountable command center for Home Assistant.
https://hacc.dev
Apache License 2.0
158 stars 11 forks source link

Responsive Layout #98

Open arfrater opened 4 years ago

arfrater commented 4 years ago

Describe the new functionality

When viewing on a mobile phone or tablet the whole page can be view without having to resize. It might save on having to have separate views or pages for multiple devices.

What will it look like in the Admin area?

Possible a Responsive Layout box to tick with the max size set by the Device Height (px) and Device Width (px)

What will it look like on the dashboard?

The page will scale to what device you are trying to view on

How will it work for standalone users vs. Hass.io Addon users?

Standalone and Hass.io should work the same if its just html rendering.

github-actions[bot] commented 4 years ago

Hey there, looks like this is your first time submitting a bug or enhancement to HACC! Thanks for helping make HACC a better app! 🎉

qJake commented 3 years ago

I would like to explore this since I think having to hard-code the width and height of everything kind of sucks right now to be honest. ☹️

However, the tile drag+drop feature is very much tied to an explicit width/height (as noted when you change the device W/H and the tile editor breaks and gets all weird), so this may be challenging.