Skip to content

Releases: Bobsilvio/sidebar-card

v1.5

Choose a tag to compare

@Bobsilvio Bobsilvio released this 01 Apr 17:45

Translate EN setting

v1.4

Choose a tag to compare

@Bobsilvio Bobsilvio released this 14 Mar 16:21

Add graphical editor (SidebarCardEditor) with YAML card support

  • New SidebarCardEditor component: full visual UI to configure sidebar
    and header without editing YAML manually; opens via toolbar button
    or gear icon in sidebar (admin only)
  • All card slot editors (bottomCard, leftCard, centerCard, rightCard,
    stack items, service_data) now use YAML format instead of JSON
  • Add yaml library for reliable YAML parse/stringify
  • saveLovelaceConfig helper in helpers.ts for WebSocket config save
  • Toolbar button injected into HA top bar for admin users
  • Fix frozen config object mutation after WS save
  • Reset ALREADY_BUILT on dashboard navigation change
  • Update README.md and README.it.md with editor documentation
Screenshot 2026-03-14 alle 14 55 32 Screenshot 2026-03-14 alle 14 54 11

v1.3

Choose a tag to compare

@Bobsilvio Bobsilvio released this 21 Feb 07:28

Update bottomCard for accept all type of card

v1.2

Choose a tag to compare

@Bobsilvio Bobsilvio released this 06 Feb 20:21

Fix performance
Fix slowdown in the automation area

v1.1

Choose a tag to compare

@Bobsilvio Bobsilvio released this 09 Jan 12:09

New Header Push/Flip mode for show original TopBar
insert this code for show/hide bar in leftMenu/rightMenu or headerMenu

  • icon: mdi:application
    name: Top bar
    action: toggle-topmenu

or

  • action: service-js
    name: "Top Menu"
    icon: mdi:swap-vertical
    service: |
    if (window.silvioFlipTopMenu) {
    window.silvioFlipTopMenu();
    }

Header Flip Mode

Header flip animation

Header Push Mode

Header push

v1.0

Choose a tag to compare

@Bobsilvio Bobsilvio released this 03 Jan 09:54
0819757

First Release