You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add show_animations option to disable canvas animations
Canvas weather animations can render light-colored elements (white
clouds, sun rays) over white card text, making it unreadable. Add a
show_animations config flag (default: true) that completely disables
the canvas when set to false — no DOM node is created, the RAF loop
never starts, and the animation manager is destroyed on live config
change. Also surfaces the toggle in the visual card editor and adds
translations for all 9 supported locales.
0 commit comments