-
Couldn't load subscription status.
- Fork 11
fix: properly override header values #1673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Updated main.css to use scoped selectors, preventing conflicts with Tailwind's global styles. - Neutralized global resets for non-.unapi elements and re-applied necessary resets within .unapi. - Improved overall styling consistency for components within the Unraid interface.
…orts - Modified header color variables in unraid-theme.css to allow theme overrides. - Enhanced main.css by defining custom layers for Tailwind imports, improving specificity and scoping of styles within the Unraid WebGUI.
|
Caution Review failedThe pull request is closed. WalkthroughCSS updates replace hard-coded header colors with theme variables and restructure Tailwind usage: introducing layered imports, scoping preflight and base resets to the .unapi namespace, and refining component/resets within that scope. Global Tailwind utilities remain available. Other imports remain, with broadened class scanning paths. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests
Comment |
|
Claude finished @elibosley's task —— View job PR Review: Color Override Fix
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1673 +/- ##
=======================================
Coverage 58.53% 58.53%
=======================================
Files 624 624
Lines 30732 30732
Branches 3617 3617
=======================================
Hits 17989 17989
Misses 12706 12706
Partials 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
🤖 I have created a release *beep* *boop* --- ## [4.20.0](v4.19.1...v4.20.0) (2025-09-08) ### Features * **disks:** add isSpinning field to Disk type ([#1527](#1527)) ([193be3d](193be3d)) ### Bug Fixes * better component loading to prevent per-page strange behavior ([095c222](095c222)) * **deps:** pin dependencies ([#1669](#1669)) ([413db4b](413db4b)) * **plugin:** add fallback for unraid-api stop in deprecation cleanup ([#1668](#1668)) ([797bf50](797bf50)) * prepend 'v' to API version in workflow dispatch inputs ([f0cffbd](f0cffbd)) * progress frame background color fix ([#1672](#1672)) ([785f1f5](785f1f5)) * properly override header values ([#1673](#1673)) ([aecf70f](aecf70f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Summary by CodeRabbit