-
Notifications
You must be signed in to change notification settings - Fork 106
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
chore: [IOPAE-1744,IOPAE-1749] Remove transparent header to solve accessibility problems #6692
chore: [IOPAE-1744,IOPAE-1749] Remove transparent header to solve accessibility problems #6692
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6692 +/- ##
==========================================
+ Coverage 46.15% 49.49% +3.33%
==========================================
Files 1424 1451 +27
Lines 30186 30820 +634
Branches 6768 6939 +171
==========================================
+ Hits 13933 15255 +1322
+ Misses 16223 15531 -692
- Partials 30 34 +4
... and 127 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…ovements (#6698) This PR depends on #6692 ## Short description This PR fixes minor accessibility issues ## List of changes proposed in this pull request - Removed unnecessary `accessibilityLabel` prop - Added `accessibilityHint` prop to FiscalCode ## How to test Enable the screen reader and navigate to the service details screen. Check that the metadata are announced correctly.
Short description
This PR removes the transparent header to solve accessibility problems
details
file.mp4
List of changes proposed in this pull request
transparent
prop fromuseHeaderSecondLevel
ServiceHeader
: now title label is announced as a headerServiceActionsProps
getActionsProps
function fromServiceDetailsScreen
How to test
Using the screen reader make sure the header is accessible and actions are announced correctly