mirror of
https://github.com/unraid/api.git
synced 2026-01-08 17:49:59 -06:00
- Introduced a new Vite plugin to prefix CSS classes, ensuring that styles from the webgui do not interfere with our components. - Enhanced the CSS patching script to apply exclusion selectors, preventing style leakage from `.unapi` containers. - Updated the Nuxt configuration to integrate the new postcssPrefixPlugin, allowing for better control over CSS class names. - Modified the Vue app mounting logic to add the `.unapi` class for improved style isolation and backward compatibility with `.unraid-reset`.