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: add SelectionControl #7119

Merged
merged 7 commits into from
Aug 7, 2024
Merged

Conversation

SevereCloud
Copy link
Contributor

@SevereCloud SevereCloud commented Jul 2, 2024


  • Unit-тесты
  • e2e-тесты
  • Дизайн-ревью
  • Документация фичи

Описание

Распилил Radio и Checkbox и добавил компонент SelectionControl для составления форм переключателей

Copy link
Contributor

github-actions bot commented Jul 2, 2024

size-limit report 📦

Path Size
JS 381.88 KB (+0.47% 🔺)
JS (gzip) 116.27 KB (+0.28% 🔺)
JS (brotli) 95.57 KB (+0.19% 🔺)
JS import Div (tree shaking) 1.39 KB (0%)
CSS 305.33 KB (-0.62% 🔽)
CSS (gzip) 39.17 KB (-0.52% 🔽)
CSS (brotli) 31.45 KB (-0.54% 🔽)

Copy link

codesandbox-ci bot commented Jul 2, 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

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 86.40777% with 14 lines in your changes missing coverage. Please review.

Project coverage is 83.63%. Comparing base (bb58c54) to head (1f9a3a2).
Report is 1 commits behind head on master.

Files Patch % Lines
...omponents/Checkbox/CheckboxInput/CheckboxInput.tsx 68.88% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7119      +/-   ##
==========================================
+ Coverage   83.59%   83.63%   +0.03%     
==========================================
  Files         369      374       +5     
  Lines       11138    11171      +33     
  Branches     3640     3642       +2     
==========================================
+ Hits         9311     9343      +32     
- Misses       1827     1828       +1     
Flag Coverage Δ
unittests 83.63% <86.40%> (+0.03%) ⬆️

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.

Copy link
Contributor

github-actions bot commented Jul 2, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Jul 2, 2024

👀 Docs deployed

Commit 1f9a3a2

@SevereCloud SevereCloud force-pushed the SevereCloud/feat/add-SelectionControl branch from 1228f60 to 2b7de69 Compare July 8, 2024 09:16
@SevereCloud SevereCloud self-assigned this Jul 8, 2024
@SevereCloud SevereCloud force-pushed the SevereCloud/feat/add-SelectionControl branch from 0f11fe4 to bf7c98c Compare July 8, 2024 11:29
@SevereCloud SevereCloud marked this pull request as ready for review July 8, 2024 11:30
@SevereCloud SevereCloud requested a review from a team as a code owner July 8, 2024 11:30
@SevereCloud SevereCloud removed their assignment Jul 9, 2024
@SevereCloud SevereCloud force-pushed the SevereCloud/feat/add-SelectionControl branch from bf7c98c to 5e7f276 Compare July 9, 2024 14:11
@vkcom-publisher vkcom-publisher added the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Jul 17, 2024
mendrew
mendrew previously approved these changes Jul 17, 2024
Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Круто, даже расстояние от иконки до текста обновил! 💪

Мы всё ещё хотим переименовать его, но что-то ничего в голову лучше не приходит.
Зато найти в дизайне проще с таким именем.
Я бы оставил как есть.

@vkcom-publisher vkcom-publisher removed the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Jul 18, 2024
@vkcom-publisher vkcom-publisher added pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности and removed pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности labels Jul 25, 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.

👍

добавил несколько сажешенов, которые можно сразу поправить

надо ещё master заребейзить – конфликт

@vkcom-publisher vkcom-publisher added the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Aug 6, 2024
@SevereCloud SevereCloud force-pushed the SevereCloud/feat/add-SelectionControl branch from 5e7f276 to 1f9a3a2 Compare August 7, 2024 11:34
Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💅

@SevereCloud SevereCloud removed the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Aug 7, 2024
@SevereCloud SevereCloud merged commit 5a0b172 into master Aug 7, 2024
27 checks passed
@SevereCloud SevereCloud deleted the SevereCloud/feat/add-SelectionControl branch August 7, 2024 12:43
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][Checkbox]: Возможность перекрасить компонент в любой цвет
4 participants