Conversation
fix(nzbget): restore checkbox, modal and hover styles
…flow chore: add CSS maintenance workflow and NZBGet setup
Restore Bazarr themes
Refresh Dozzle themes for v11
Add a Whisparr 4K logo addon
Document reusable maintenance lessons
Fix Pi-hole network loading and borders
fix(ombi): make Latte form and filter text readable
Rewrite Nginx Proxy Manager theme for the current UI
Refresh Jellyfin 12 theme
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Unresolved styling, fixture reproducibility, documentation, and credential issues remain.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (2)
What changed in this PR
Release 1.23.0 refreshes multiple application themes, adds Whisparr 4K branding, and expands development fixtures.
Changes:
- Updates Bazarr, Dozzle, Jellyfin, Nginx Proxy Manager, NZBGet, Ombi, and Pi-hole styling.
- Adds Compose fixtures, seed scripts, verification tools, and documentation.
- Adds deployment exclusions and screenshot guidance.
| File | Summary |
|---|---|
dev/whisparr/README.md |
Whisparr setup and logo verification. |
dev/whisparr/compose.yaml |
Whisparr development services. |
dev/whisparr/.gitignore |
Ignores local dependencies. |
dev/serve.py |
No-cache development asset server. |
dev/README.md |
Shared fixture workflow guidance. |
dev/pihole/seed.py |
Seeds synthetic network devices. |
dev/pihole/README.md |
Pi-hole setup and verification. |
dev/pihole/default.conf.template |
Pi-hole proxy injection configuration. |
dev/pihole/compose.yaml |
Pi-hole development services. |
dev/ombi/README.md |
Ombi setup and verification. |
dev/ombi/compose.yaml |
Ombi development services. |
dev/nzbget/seed.py |
Seeds synthetic NZBGet queues. |
dev/nzbget/README.md |
NZBGet setup and modal verification. |
dev/nzbget/compose.yaml |
NZBGet development services. |
dev/nginx-proxy-manager/verify.py |
NPM browser verification. |
dev/nginx-proxy-manager/verify_variables.py |
NPM variable audit. |
dev/nginx-proxy-manager/seed.py |
Seeds NPM hosts and users. |
dev/nginx-proxy-manager/screenshots/README.md |
Documents review screenshots. |
dev/nginx-proxy-manager/README.md |
NPM setup and verification. |
dev/nginx-proxy-manager/compose.yaml |
NPM development services. |
dev/jellyfin/setup.py |
Configures Jellyfin fixture data. |
dev/jellyfin/seed-media.py |
Generates synthetic media. |
dev/jellyfin/seed-images.cjs |
Renders synthetic artwork. |
dev/jellyfin/README.md |
Jellyfin setup and dashboard checks. |
dev/jellyfin/nginx.conf |
Jellyfin dashboard proxy. |
dev/jellyfin/compose.yaml |
Jellyfin development services. |
dev/dozzle/sample-logs.py |
Generates synthetic Dozzle logs. |
dev/dozzle/README.md |
Dozzle setup and verification. |
dev/dozzle/default.conf.template |
Dozzle proxy configuration. |
dev/dozzle/compose.yaml |
Dozzle development services. |
dev/bazarr/seed.py |
Seeds disposable Bazarr data. |
dev/bazarr/README.md |
Bazarr setup and Mantine verification. |
dev/bazarr/compose.yaml |
Bazarr development services. |
dev/.gitignore |
Ignores development artifacts. |
css/base/pihole/pihole-base.css |
Updates Pi-hole colors and borders. |
css/base/ombi/ombi-base.css |
Fixes Ombi labels, filters, and profiles. |
css/base/nzbget/nzbget-base.css |
Fixes NZBGet controls and hover states. |
css/base/nginx-proxy-manager/nginx-proxy-manager-base.css |
Reworks NPM React/Tabler styling. |
css/base/jellyfin/jellyfin-base.css |
Adds Jellyfin 12 styling. |
css/base/dozzle/dozzle-base.css |
Reworks Dozzle 11 styling. |
css/base/bazarr/bazarr-base.css |
Adds Bazarr Mantine styling. |
css/addons/whisparr/whisparr-4k-logo/whisparr-4k-logo.css |
Applies Whisparr 4K logo selectors. |
css/addons/bazarr/bazarr-darker/bazarr-darker.css |
Updates the darker Bazarr addon. |
css/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css |
Updates the Bazarr 4K logo addon. |
AGENTS.md |
Adds repository development guidance. |
.github/workflows/minify-and-deploy.yml |
Excludes development files from deployment. |
.github/CONTRIBUTING.md |
Clarifies screenshot requirements. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+100
to
+103
| html[data-theme] .btn:not(.btn-error, .btn-warning, .btn-success, .btn-info):not(:disabled, .btn-disabled, [aria-disabled="true"]):hover { | ||
| background: var(--button-color-hover); | ||
| color: var(--button-text-hover); | ||
| } |
Comment on lines
+11
to
+12
| These two images are embedded in the PR. Full test results and intermediate | ||
| screenshots remain under ignored `dev/artifacts/nginx-proxy-manager/707/`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Added
Fixed