Skip to content

v1.2.0

Choose a tag to compare

@c-kick c-kick released this 09 Mar 15:24

What's new

Theme system

  • 8 accolade theme variants: Hatched (default), Classic, Gradient fade, Tapered wedge, Dotted, Dashed rail, Shadow, Double line
  • Selectable via the "Theme" dropdown in the visual editor
  • Hatched pattern moved from per-entity toggle to theme level — applies only to shortfall/surplus remainder bars

Minimum bar width

  • Source labels, accolades, and destination bars now enforce a minimum width so small values remain readable (e.g. 1W next to 1000W)

Code quality

  • Extracted DEFAULT_ACCOLADE_STYLE constant and _getAccoladeClasses() helper
  • Extracted --min-bar-width CSS custom property
  • Renamed internal glowdotted for consistent naming
  • Merged duplicate CSS blocks, removed unused imports

Docs

  • README updated with Themes section and all new config options