-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(ModalPage): Add height prop to ModalPage #5830
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7a6bca0:
|
size-limit report 📦
|
e2e tests |
👀 Docs deployed
Commit 7a6bca0 |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #5830 +/- ##
==========================================
+ Coverage 80.87% 81.13% +0.26%
==========================================
Files 300 300
Lines 9166 9193 +27
Branches 3122 3125 +3
==========================================
+ Hits 7413 7459 +46
+ Misses 1753 1734 -19
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
To allow to specify fixed height of the modal
4dc29e0
to
47463af
Compare
Style allows to pass undefined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
* Добавляем возможность устанавливать фиксированную высоту для ModalPage. * Изменения - добавлен новый проп `height`, который можно использовать как в мобильной версии так и в десктопной. - при использовании в мобильной версии `settlingHeight` будет высчитываться относительно заданного `height`.
Описание
Добавляем возможность устанавливать фиксированную высоту для ModalPage.
Изменения
height
, который можно использовать как в мобильной версии так и в десктопной.settlingHeight
будет высчитываться относительно заданногоheight
.