✨ New Features & Major Fixes
-
Comprehensive Blur Implementation:
Blur is now applied consistently and correctly across the UI, including pop-ups, cards, badges, and the header. Achieving this required deep workarounds due to Home Assistant’s handling of blur, especially for dropdowns and overlays. The solution leverages advanced pseudo-elements and custom::before
styling for reliable, system-wide frosted glass effects.
Addresses: #32 , #31 , #27 -
Header Height Flexibility:
The fixed header height was removed. This allows for the header to be fully hidden using browser-mod or other custom solutions, enabling true full-screen dashboards and flexible layouts.
Addresses: #26 -
Dark Mode Color Correction:
Fixed an issue where certain elements in dark mode did not display correct color palettes, restoring intended contrast and visual harmony.
Addresses: #34
🪄 Tweaks & Enhancements
-
Heavy Optimization:
Theme CSS and variables have been further optimized for improved performance and faster rendering across all Home Assistant views. -
Color Palette Improvements:
Refined and balanced color assignments throughout various Home Assistant sections for greater consistency and better aesthetics in both light and dark modes. -
Blur, Border & Shadow Tweaks:
Fine-tuned blur intensity, border radius, and shadow softness for smoother frosted glass visuals and a more polished UI.