EightfoldAI / octuple

The Octuple component library
MIT License
17 stars 51 forks source link

fix: a11y: numerous screen reader fixes #789

Closed dkilgore-eightfold closed 7 months ago

dkilgore-eightfold commented 7 months ago

SUMMARY:

https://github.com/EightfoldAI/octuple/assets/99700808/bd594772-b0de-402e-8387-33a71221fd8a

JIRA TASK (Eightfold Employees Only):

ENG-78664

CHANGE TYPE:

TEST COVERAGE:

TEST PLAN:

Pull the PR branch and run yarn and yarn storybook. Verify keyboard and screen reader changes in Dropdown, Menu, and Select stories. Verify List story behaves as it did previously.

codesandbox-ci[bot] commented 7 months ago

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.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 89.28571% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 84.36%. Comparing base (c9d0e83) to head (c1500f2).

Files Patch % Lines
src/components/Tooltip/Tooltip.tsx 33.33% 1 Missing and 1 partial :warning:
src/components/List/List.tsx 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #789 +/- ## ========================================== - Coverage 84.37% 84.36% -0.01% ========================================== Files 1008 1008 Lines 19866 19890 +24 Branches 7530 7540 +10 ========================================== + Hits 16761 16781 +20 - Misses 3023 3026 +3 - Partials 82 83 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.