-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(components, app): odd and desktop modal unification (#15870)
closes AUTH-619 1. `LegacyModal` is now `Modal` and lives in the component directory along with `LegacyModalShell`, `LegacyModalHeader` - both of which also lost `Legacy` at the beginning 2. `Modal` in the app directory is now `OddModal` and `ModalHeader` is now `OddModalHeader` 3. `Modal` in the components directory is now `LegacyModal` and has a deprecated tag. 4. some unused modals have been deleted which include: `interstitial`, `modalShell` in the components directory, `BaseModal`
- Loading branch information
Showing
147 changed files
with
736 additions
and
1,399 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
app/src/atoms/Interstitial/InterstitialTitleBar.stories.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.