Bug Fixes
Hotfix for CSS load-order issues discovered after v0.17.0.
Fixed
- Service worker:
glass.csswas missing from the shell cache — on already-installed PWA instances no glass effects were visible at all. Cache bumped toshell-v29. - Widget shadow:
dashboard.css(loaded on-demand afterglass.css) was overriding the glass shadow on.widgetwithvar(--shadow-sm). Glass border, shadow, and::beforehighlight moved directly intodashboard.css. - Filter chip:
.filter-chip--activeglass state was overridden bytasks.css.@supports backdrop-filterblock moved intotasks.css. - Priority badge:
tasks.cssreset.priority-badgeborder-radiustovar(--radius-xs), losing the capsule shape. Corrected tovar(--radius-glass-chip)intasks.css. - Dead CSS: Removed
.sticky-headerrule fromglass.css— class is not used anywhere in the HTML.