-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(app): Refactor drop tip flows presentation layer (#16285)
Closes EXEC-520 This PR cleans up drop tip wizard, removing things like negative margin offsets, unifying view components when possible, and separating presentation concerns into a modalStyle, which can be either intervention (used by Error Recovery) or simple (used in non-ER circumstances, currently). There is still some special-cased CSS based on modalStyle, but there's no way around that, because that's how it is in design. The only "functional" change is all the proceed/go back buttons now do not shift up or down from step to step!
- Loading branch information
Showing
30 changed files
with
1,112 additions
and
1,127 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
280 changes: 0 additions & 280 deletions
280
app/src/organisms/DropTipWizardFlows/BeforeBeginning.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.