feat(ui): reset connection entry on ConfigureSSO step footers#8711
Open
iagodahlem wants to merge 1 commit into
Conversation
Introduces a Step.Footer.Reset compound part that renders a destructive ghost button in the left of the step footer and opens the existing ResetConnectionDialog. Wires it into the Verify Domain, Configure, and Test steps so the reset action is reachable from anywhere in the wizard, not just the confirmation step. The slot gates itself on an existing enterprise connection so it stays hidden on the provider selection step.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements ORGS-1550: wires a wizard-wide "Reset connection" entry into every ConfigureSSO step footer (except Select Provider / Confirmation) so the reset action is reachable from anywhere in the flow.
Stacked on top of #8706 — please review/merge that one first. This PR will rebase onto `main` after #8706 lands.
Summary
Reset stays out of the Confirmation step on purpose — that step already has its own destructive Reset button row inside the body (shipped in #8706).
Test plan
Linear: ORGS-1550