DBuit / sidebar-card

406 stars 39 forks source link

Request: Hide Top / Hass Menu only on tablet / mobile #49

Closed ry8s closed 10 months ago

ry8s commented 2 years ago

I would like to hide the Top / Hass menu on my tablet display, but not my desktop so I can still easily edit and access everything else.

DBuit commented 2 years ago

Hi @ry8s,

I will check what i can do for now don't now if you are awere but if you add ?sidebarOff at the end of the url when visiting your hass in browser it will disable the hide hass menu actions, just for that time.

ry8s commented 2 years ago

oops I missed that part in the readme, that will work just fine - thank you!

ry8s commented 2 years ago

Actually, still related to this, with the following settings, I'm unable to access the hass sidebar on mobile (of course), but I do handle management through my phone a bit, would it be possible for the 'showTopMenuOnMobile' property to still allow access to the hass sidebar if clicking on the top left hamburger menu?

hideTopMenu: true showTopMenuOnMobile: true hideHassSidebar: true