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(Snackbar): Basic #5932

Merged
merged 3 commits into from
Oct 30, 2023
Merged

feat(Snackbar): Basic #5932

merged 3 commits into from
Oct 30, 2023

Conversation

SevereCloud
Copy link
Contributor

@SevereCloud SevereCloud commented Oct 7, 2023


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

Описание

Добавляем компонент Snackbar.Basic

Изменения

Перенес базовый снэкбар в отдельный компонент. css не трогал, только перенес

Sorry, something went wrong.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

size-limit report 📦

Path Size
JS 332.37 KB (+0.12% 🔺)
JS (gzip) 101.54 KB (+0.11% 🔺)
JS (brotli) 83.83 KB (+0.1% 🔺)
JS import Div (tree shaking) 2.71 KB (0%)
CSS 255.17 KB (-0.01% 🔽)
CSS (gzip) 33.55 KB (-0.03% 🔽)
CSS (brotli) 27.25 KB (+0.08% 🔺)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 7, 2023

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 3543037:

Sandbox Source
VKUI TypeScript Configuration

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

e2e tests

Playwright Report

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (0acaa3e) 79.15% compared to head (3543037) 79.26%.
Report is 42 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5932      +/-   ##
==========================================
+ Coverage   79.15%   79.26%   +0.10%     
==========================================
  Files         306      306              
  Lines        9553     9612      +59     
  Branches     3230     3254      +24     
==========================================
+ Hits         7562     7619      +57     
- Misses       1991     1993       +2     
Flag Coverage Δ
unittests 79.26% <95.00%> (+0.10%) ⬆️

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

Files Coverage Δ
packages/vkui/src/components/Snackbar/Snackbar.tsx 51.61% <100.00%> (-1.93%) ⬇️
.../components/Snackbar/subcomponents/Basic/Basic.tsx 93.75% <93.75%> (ø)

... and 24 files with indirect coverage changes

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

👀 Docs deployed

Commit 3543037

@SevereCloud SevereCloud added the v5 Автоматизация: PR продублируется в ветку v5 label Oct 10, 2023
@SevereCloud SevereCloud force-pushed the SevereCloud/issue5929 branch from 819fe86 to 3a68063 Compare October 17, 2023 10:18
@SevereCloud SevereCloud marked this pull request as ready for review October 17, 2023 10:18
@SevereCloud SevereCloud requested a review from a team as a code owner October 17, 2023 10:18
mendrew
mendrew previously approved these changes Oct 18, 2023
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.

👍

inomdzhon
inomdzhon previously approved these changes Oct 19, 2023
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.

image

Co-authored-by: Inomdzhon Mirdzhamolov <i.mirdzhamolov@vk.team>
@SevereCloud SevereCloud dismissed stale reviews from inomdzhon and mendrew via 03b597c October 19, 2023 14:20
inomdzhon
inomdzhon previously approved these changes Oct 19, 2023
@github-actions github-actions bot added the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Oct 27, 2023
@BlackySoul
Copy link
Contributor

image

Здесь кнопка справа не должна быть белого цвета?

@SevereCloud
Copy link
Contributor Author

image

Здесь кнопка справа не должна быть белого цвета?

Поправил скриншотный тест

@SevereCloud SevereCloud requested a review from inomdzhon October 30, 2023 11:05
@SevereCloud SevereCloud merged commit c92b1b3 into master Oct 30, 2023
@SevereCloud SevereCloud deleted the SevereCloud/issue5929 branch October 30, 2023 11:45
vkcom-publisher pushed a commit that referenced this pull request Oct 30, 2023
* feat(Snackbar): Basic
- closed #5929

* docs: add new description

Co-authored-by: Inomdzhon Mirdzhamolov <i.mirdzhamolov@vk.team>

* test(e2e): update mode=dark

---------

Co-authored-by: Inomdzhon Mirdzhamolov <i.mirdzhamolov@vk.team>
@inomdzhon inomdzhon removed the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v5 Автоматизация: PR продублируется в ветку v5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Глупый Snackbar
4 participants