Skip to content
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

Merged
merged 13 commits into from
Jul 8, 2024
Merged

Conversation

EldarMuhamethanov
Copy link
Contributor

@EldarMuhamethanov EldarMuhamethanov commented Jun 27, 2024


  • Unit-тесты
  • Документация фичи

Описание

Добавил prop gap для установки промежутка между элементами в компоненте List Доработал drag and drop, чтобы работал также корректно

Добавил prop gap для установки промежутка между элементами в компоненте List
Доработал drag and drop, чтобы работал также корректно
@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner June 27, 2024 15:07
Copy link
Contributor

github-actions bot commented Jun 27, 2024

size-limit report 📦

Path Size
JS 369.19 KB (+0.1% 🔺)
JS (gzip) 113.06 KB (+0.11% 🔺)
JS (brotli) 93.04 KB (+0.08% 🔺)
JS import Div (tree shaking) 1.42 KB (0%)
CSS 290.1 KB (+0.02% 🔺)
CSS (gzip) 37.75 KB (+0.08% 🔺)
CSS (brotli) 30.48 KB (+0.01% 🔺)

Copy link

codesandbox-ci bot commented Jun 27, 2024

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.

Copy link
Contributor

github-actions bot commented Jun 27, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Jun 27, 2024

👀 Docs deployed

Commit ddadf9f

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 83.90%. Comparing base (dcfbf7e) to head (ddadf9f).

Files Patch % Lines
...s/useDraggableWithDomApi/useDraggableWithDomApi.ts 12.50% 7 Missing ⚠️
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     
Flag Coverage Δ
unittests 83.90% <66.66%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

inomdzhon
inomdzhon previously approved these changes Jun 28, 2024
Copy link
Contributor

@inomdzhon inomdzhon left a 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
@inomdzhon inomdzhon merged commit c7be5d2 into master Jul 8, 2024
24 of 26 checks passed
@inomdzhon inomdzhon deleted the e.muhamethanov/6940/list-items-gap branch July 8, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][List]: Возможность добавление отступа между ячейками
3 participants