-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: small cleanup around fullscreenmodal
removing components that just add classes, so that we can replace them with their ui-kit pendants some time soon. pulling out some static content (it's easier to reason about components if there can't be a `this` involved). get rid of `.modal-full-screen-header-with-sub-title`, which was aligning the height of the header when installing Frameworks. chose to remove all the complexity around it and live with a headline that's off by 2 pixels to replace it with a ui-kit component in the future. replace PropTypes with TS-typings.
- Loading branch information
1 parent
b916fe4
commit f5f99d9
Showing
12 changed files
with
78 additions
and
213 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
Oops, something went wrong.