mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
- Changed theme class names from `.theme-*` to `.Theme--*` for consistency. - Updated scoping logic to prevent scoping of `.Theme--` classes, ensuring they remain global. - Enhanced theme store logic to check for existing `.Theme--` classes before applying new theme classes, preventing conflicts. - Adjusted class cleaning logic to retain `.Theme--` classes when necessary.