web: Flow Executor layout fixes (cherry-pick #20134 to version-2026.2)#20331
web: Flow Executor layout fixes (cherry-pick #20134 to version-2026.2)#20331GirlBossRush merged 2 commits intoversion-2026.2from
Conversation
* Fix footer alignment. * Fix loading position in compatibility mode. * Apply min height only when placeholder content is present. * Fix alignment in compatibility mode. * Add compatibility mode host selectors. * Fix nullish challenge height. Clarify selector behavior. * Add type defintion * Fix padding. * Fix misapplication of pf-* class to container. * Fix huge base64 encoded attribute. * Clean up layering issues, order of styles. * Disable dev override. * Document parts.
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs 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 @@
## version-2026.2 #20331 +/- ##
==================================================
- Coverage 93.33% 93.33% -0.01%
==================================================
Files 978 978
Lines 54572 54572
==================================================
- Hits 50937 50936 -1
- Misses 3635 3636 +1
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-517886a3e2a1231b32aabb44ef4e418417892499
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-517886a3e2a1231b32aabb44ef4e418417892499Afterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #20134 to
version-2026.2branch.Original PR: #20134
Original Author: @GirlBossRush
Cherry-picked commit: 61a75e6