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

fix(ActionSheet): add a11y documentation for ActionSheetItem #7394

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

EldarMuhamethanov
Copy link
Contributor

@EldarMuhamethanov EldarMuhamethanov commented Aug 15, 2024


Описание

Необходимо проверить общую цифровую доступность компонентов ActionSheet и ActionSheetItem.

Изменения

  • Написал документацию по цифровой доступности для компонента ActionSheetItem
  • Поправил пример с selectable элементами в storybook
  • Поменял пример с selectable элементами в styleguide. Взял из дизайна в фигме
  • Проверил общую доступность компонента в styleguide и storybook через VoiceOver и NVDA

@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner August 15, 2024 08:30
@github-actions github-actions bot added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Aug 15, 2024
Copy link
Contributor

👀 Docs deployed

Commit c4280f6

Copy link

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 Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (ae074c5) to head (c4280f6).
Report is 21 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7394      +/-   ##
==========================================
+ Coverage   92.62%   92.75%   +0.12%     
==========================================
  Files         374      374              
  Lines       11118    11118              
  Branches     3646     3646              
==========================================
+ Hits        10298    10312      +14     
+ Misses        820      806      -14     
Flag Coverage Δ
unittests 92.75% <ø> (+0.12%) ⬆️

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

@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 merged commit 99fd4ba into master Aug 20, 2024
17 checks passed
@inomdzhon inomdzhon deleted the e.mukhamethanov/3044/action-sheet-item-a11y branch August 20, 2024 09:18
vkcom-publisher pushed a commit that referenced this pull request Aug 20, 2024
h2. Описание

Необходимо проверить общую цифровую доступность компонентов `ActionSheet` и `ActionSheetItem`.

h2. Изменения

- Написал документацию по цифровой доступности для компонента `ActionSheetItem`
- Поправил пример с `selectable` элементами в `storybook`
- Поменял пример с `selectable` элементами в `styleguide`. Взял из дизайна в фигме
- Проверил общую доступность компонента в `styleguide` и `storybook` через `VoiceOver` и `NVDA`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement][a11y] Доступность ActionSheet
3 participants