revert: hold the staking onboarding redesign for feature/redesign - #2182
Merged
Conversation
Reverts f0886c4 (#2180). The rebuilt onboarding wizard ships as part of the wider redesign, not ahead of it, so main goes back to the four static status screens until feature/redesign lands as a whole. This also restores the brand primary orange to #F47A2A. That change rode along in the same squash and belongs to the same redesign, so it waits with it. Nothing is lost: feature/redesign was cut from f0886c4 and keeps the work. Merging that branch back into main will need this revert reverted first, otherwise git treats the removal here as the newer change and the files stay deleted.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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.
Reverts
f0886c4d(#2180). The onboarding redesign ships with the rest of the redesign, not ahead of it, so it comes out ofmainuntilfeature/redesignlands as a whole.What this removes from main
AnimatedGradientSurface,StepDots,RequirementRow, theuseStakingRequirements/useMinGasForStaking/useIntroSteps/useIntroDismissalhooks, and the opt-inonEscape/trapFocus/ariaLabelonModal.#F79319, back to#F47A2A. That change was its own commit in feat(user): rebuild the staking onboarding as a balance-driven wizard #2180 but was squashed in with the rest, and it belongs to the same redesign — so it waits with it. Affects--color-primaryplus the three hardcoded sites: proposal progress bar, proposal stepper,FilterIconbadge.Verification
The resulting tree is byte-identical to
75629584— the exact state ofmainbefore #2180 merged. Not "equivalent": the same tree hash.lintandtsc --noEmitpass.Where the work went
feature/redesignwas cut fromf0886c4d, so it keeps all of it, and #2181 (collective rewards dashboard) now targets that branch instead ofmain.feature/redesigneventually merges intomain, this revert has to be reverted first.feature/redesignbranched before this commit, so git will read the removal here as the newer change and the files will stay deleted through the merge — silently, with no conflict.