-
Notifications
You must be signed in to change notification settings - Fork 185
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
fix(PullToRefresh): Stretch PullToRefresh horizontally #6613
Conversation
We used to do that in 4a0f713
size-limit report 📦
|
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. |
e2e tests |
👀 Docs deployed
Commit 956507d |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6613 +/- ##
=======================================
Coverage 82.13% 82.13%
=======================================
Files 330 330
Lines 10177 10207 +30
Branches 3416 3428 +12
=======================================
+ Hits 8359 8384 +25
- Misses 1818 1823 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
packages/vkui/src/components/PullToRefresh/PullToRefresh.e2e-playground.tsx
Outdated
Show resolved
Hide resolved
Растягиваем PullToRefresh по высоте, чтобы контент мог занимать всю высоту панели. Одна из проблем была с `Placeholder` в режиме `stretched`, который переставал выравниваться по центру, если был обернут в `PullToRefresh`. Без жесткого кастома нельзя отцентрировать по вертикали `Placeholder` `stretched` при наличии `PullToRefresh` Пример где `PullToRefresh` ломал поведение `Placeholder` https://codesandbox.io/p/sandbox/bold-feather-hfjx23 Раньше мы уже исправляли это в 4a0f713, но в какой-то момент поведение сломалось.
✅ v5.10.1 🎉 |
✅ v6.0.1 🎉 |
Описание
Растягиваем PullToRefresh по высоте, чтобы контент мог занимать всю высоту панели.
Одна из проблем была с
Placeholder
в режимеstretched
, который переставал выравниваться по центру, если был обернут вPullToRefresh
. Без жесткого кастома нельзя отцентрировать по вертикалиPlaceholder
stretched
при наличииPullToRefresh
Пример где
PullToRefresh
ломал поведениеPlaceholder
https://codesandbox.io/p/sandbox/bold-feather-hfjx23Раньше мы уже исправляли это в 4a0f713, но в какой-то момент поведение сломалось.
В v5 это тоже нужно занести.