web: Fix intermediate wizard steps propagating refresh events to parent#15548
web: Fix intermediate wizard steps propagating refresh events to parent#15548GirlBossRush merged 2 commits intomainfrom
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #15548 +/- ##
==========================================
+ Coverage 93.01% 93.15% +0.14%
==========================================
Files 824 831 +7
Lines 42819 44135 +1316
==========================================
+ Hits 39826 41116 +1290
- Misses 2993 3019 +26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3f5e434c77472c9f1d0c9671ef74fd50b2ccb018
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-3f5e434c77472c9f1d0c9671ef74fd50b2ccb018Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Not comfortable with the language change of "step" to "listener"; feels like that exposes an internal how rather than a semantic why. Still, I don't think my feelings should block merging.
Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
4431ebb to
3f5e434
Compare
…nt (goauthentik#15548) * web: Fix issue where wizard steps with refresh events trigger parent rerenders. * Apply suggestions from code review. Tidy. Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> --------- Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
…rerenders.
Details
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 website)