-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
web: fix promoted source button hover losing blue color #19048
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
minor nit i noticed
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19048 +/- ##
==========================================
- Coverage 93.37% 93.32% -0.05%
==========================================
Files 950 950
Lines 52229 52229
==========================================
- Hits 48771 48745 -26
- Misses 3458 3484 +26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-5b4f00beca60b44bee27c01a7b4c810b0eed80d0
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-5b4f00beca60b44bee27c01a7b4c810b0eed80d0Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
left a comment
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.
Simple enough.
|
🍒 Cherry-pick to |
…19048 to version-2025.12) (#19100) web: fix promoted source button hover losing blue color (#19048) Co-authored-by: Dominic R <[email protected]>
* main: (48 commits) website/integrations: karakeep: don't hardcode wellknown's slug (#19127) core, web: bump qs from 6.14.0 to 6.14.1 in /packages/docusaurus-config (#19130) core: bump library/node from `ccfd9da` to `03729a7` in /website (#19125) core: bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0 (#19088) web: bump the swc group across 1 directory with 11 updates (#19124) core: bump library/nginx from `ad85427` to `ca871a8` in /website (#19126) web: Capitalize language display names, code owner fix (#19119) web: Fix Impersonation, Lit Reactive Controller Contexts (#19114) web: bump the eslint group across 1 directory with 3 updates (#19110) core: bump library/nginx from `fb01117` to `ad85427` in /website (#19112) web: bump the storybook group across 1 directory with 5 updates (#19111) website/docs: release notes: Add more integrations (#19109) website/integrations: Add Audiobookshelf (#19104) website/integrations: Add Pulse (#19105) web/maintenance/no unknown attributes (part 1) (#18970) Update Vaultwarden documentation by removing warning (#19102) web: Fix stale flow background (#19015) web: fix promoted source button hover losing blue color (#19048) web: bump knip from 5.77.1 to 5.78.0 in /web (#19090) website/docs: endpoint devices: add path to macos setup (#19093) ...
minor nit i noticed
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)