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(ScreenSpinner): add caption prop #7505

Merged
merged 6 commits into from
Sep 11, 2024

Conversation

BlackySoul
Copy link
Contributor

@BlackySoul BlackySoul commented Sep 2, 2024


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

Описание

Добавить возможность прокидывать текст в ScreenSpinner

Release notes

Улучшения

  • ScreenSpinner: добавлена возможность прокидывать caption

@BlackySoul BlackySoul requested a review from a team as a code owner September 2, 2024 09:58
@BlackySoul BlackySoul linked an issue Sep 2, 2024 that may be closed by this pull request
@BlackySoul BlackySoul marked this pull request as draft September 2, 2024 09:58
Copy link
Contributor

github-actions bot commented Sep 2, 2024

size-limit report 📦

Path Size
JS 382.71 KB (+0.11% 🔺)
JS (gzip) 115.85 KB (+0.09% 🔺)
JS (brotli) 95.1 KB (+0.08% 🔺)
JS import Div (tree shaking) 1.45 KB (0%)
CSS 310.31 KB (+0.23% 🔺)
CSS (gzip) 39.83 KB (+0.27% 🔺)
CSS (brotli) 31.94 KB (+0.02% 🔺)

Copy link

codesandbox-ci bot commented Sep 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
Contributor

github-actions bot commented Sep 2, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Sep 2, 2024

👀 Docs deployed

Commit 5d56350

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.15%. Comparing base (57daba3) to head (5d56350).
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7505   +/-   ##
=======================================
  Coverage   95.15%   95.15%           
=======================================
  Files         384      384           
  Lines       11267    11274    +7     
  Branches     3693     3696    +3     
=======================================
+ Hits        10721    10728    +7     
  Misses        546      546           
Flag Coverage Δ
unittests 95.15% <100.00%> (+<0.01%) ⬆️

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.

@BlackySoul BlackySoul force-pushed the feat/6267/ScreenSpinner_add_sibtitle branch from c05c816 to 9e4a0f5 Compare September 9, 2024 08:44
@BlackySoul BlackySoul marked this pull request as ready for review September 9, 2024 08:44
Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk 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 previously approved these changes Sep 9, 2024
Zaycevq
Zaycevq previously approved these changes Sep 10, 2024
Copy link

@Zaycevq Zaycevq left a comment

Choose a reason for hiding this comment

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

👍🏽

@BlackySoul BlackySoul force-pushed the feat/6267/ScreenSpinner_add_sibtitle branch from e21035f to 566cc1b Compare September 11, 2024 12:01
@BlackySoul BlackySoul changed the title feat(ScreenSpinner): add subtitle prop feat(ScreenSpinner): add caption prop Sep 11, 2024
@BlackySoul BlackySoul merged commit 521b8df into master Sep 11, 2024
28 checks passed
@BlackySoul BlackySoul deleted the feat/6267/ScreenSpinner_add_sibtitle branch September 11, 2024 13:13
@BlackySoul BlackySoul mentioned this pull request Oct 23, 2024
1 task
inomdzhon pushed a commit that referenced this pull request Oct 24, 2024
h2. Описание

Убираем текст по умолчанию, как договорились в [обсуждении](#7505 (comment))

h2. Release notes

h2. BREAKING CHANGE
- ScreenSpinner: удалён `a11y`-текст по умолчанию, передавайте нужный текст в `children` или `label` свойства.
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]: Текст для компонента ScreenSpinner
5 participants