-
-
Notifications
You must be signed in to change notification settings - Fork 857
1.22.0 #710
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
Still need to create change to documenation so page and logo image exists
Authelia Base File and Logo Addons
Catpuccin --text-muted var fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request introduces version 1.22.0 with new theme support for Authelia and LDAP applications, along with a critical bug fix for Catppuccin themes. The changes add comprehensive styling for two new applications and correct a missing hash symbol in color definitions.
Key Changes
- Fixed missing
#prefix in--text-mutedcolor values across all four Catppuccin theme variants - Added complete base CSS theme files for LDAP and Authelia applications
- Created logo addon packages for 10 different services to customize Authelia login pages
Reviewed changes
Copilot reviewed 23 out of 40 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| css/community-theme-options/catppuccin-*.css | Fixed color syntax bug by adding missing # to hex color values |
| css/base/lldap/lldap-base.css | New base theme with comprehensive styling for LDAP application |
| css/base/authelia/authelia-base.css | New base theme with Material-UI component styling for Authelia |
| css/addons/authelia//authelia--logo.css | Logo replacement addons for various services (Traefik, Sonarr, Radarr, etc.) |
| css/addons/authelia//.webp | Logo image assets for each service addon |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
New
Fixes