Conversation
✅ Deploy Preview for authentik-storybook 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. |
8c737f7 to
47f7175
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20134 +/- ##
=======================================
Coverage 93.32% 93.32%
=======================================
Files 981 981
Lines 55134 55134
=======================================
+ Hits 51453 51455 +2
+ Misses 3681 3679 -2
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-43d3f66bbcbf6c08e21a6479bcc555683e7f8bc5
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-43d3f66bbcbf6c08e21a6479bcc555683e7f8bc5Afterwards, run the upgrade commands from the latest release notes. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
c244599 to
dfcee2d
Compare
| :host, | ||
| ak-form-static.style-scope { |
There was a problem hiding this comment.
Ported into separate file to clarify behavior. The ak-form-static.style-scope selector here is the primary change for this element.
56e0267 to
5df76c2
Compare
5df76c2 to
59a2fac
Compare
* 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.
|
🍒 Cherry-pick to |
| if (link.href) { | ||
| return html`<li><a href="${link.href}">${children}</a></li>`; | ||
| return html`<li part="list-item"> | ||
| <a part="list-item-link" href=${link.href}>${children}</a> |
There was a problem hiding this comment.
Hi! Is the removal of the quotation marks around the hrefvalue here intentional?
#20331) web: Flow Executor layout fixes (#20134) * 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. Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Details
This PR addresses feedback on the flow executor in a few scenarios: