Releases: REDDE4D/hass-vertical-stacked-navigation-card
Releases · REDDE4D/hass-vertical-stacked-navigation-card
v0.0.5 Visual Editor Overhaul
Visual Changes
Changed the Display style of the Visual editor to fit the style of Homeassistant a bit more
Also removed all Paper-Inputs as they are deprecated
New function
Added the ability to set custom styles through the Visual editor
V0.0.4 Hotfix
The add Sub-Nav button should now work
v0.0.4 Visual Editor & more
V0.0.3 More Styling Options
If a Sub Item is marked as active the Parent should now be unfolded by default.
Added Styling options for Color (hover, active, text, background)
Added Styling options for font size.
The Style options are split into main and sub settings
!! The way to set custom colors has changed !!
They are now set as following:
custom_styles:
colors:
hover:
main: rgba(15,105,55,0.8)
sub: rgba(15,105,55,0.8)
active:
main: rgba(55,55,255,0.8)
sub: rgba(55,55,255,0.8)
text:
main: #fff
sub: #fff
background:
main: rgba(0,0,0,0.5)
sub: rgba(0,0,0,0.5)
font_size:
main: 25px
sub: 14px
Fixed Naming error
v0.0.2 fix naming
Initial Release
v0.0.1 Init