-
Notifications
You must be signed in to change notification settings - Fork 186
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
feat(List): add prop gap #7094
feat(List): add prop gap #7094
Conversation
Добавил prop gap для установки промежутка между элементами в компоненте List Доработал drag and drop, чтобы работал также корректно
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 ddadf9f |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7094 +/- ##
==========================================
- Coverage 83.91% 83.90% -0.02%
==========================================
Files 357 357
Lines 10785 10796 +11
Branches 3557 3561 +4
==========================================
+ Hits 9050 9058 +8
- Misses 1735 1738 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
👍
из улучшений можно покрытие тестами добить
# Conflicts: # packages/vkui/src/components/List/List.tsx # packages/vkui/src/hooks/useDraggableWithDomApi/utils.ts
Описание
Добавил prop gap для установки промежутка между элементами в компоненте List Доработал drag and drop, чтобы работал также корректно