fix(IT-Wallet): [SIW-3803,SIW-3658] A11y fixes: data toggle state, CIE animation - #8454
Open
MonicaRungi-EY wants to merge 2 commits into
Open
fix(IT-Wallet): [SIW-3803,SIW-3658] A11y fixes: data toggle state, CIE animation#8454MonicaRungi-EY wants to merge 2 commits into
MonicaRungi-EY wants to merge 2 commits into
Conversation
Contributor
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Contributor
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8454 +/- ##
==========================================
- Coverage 63.81% 63.79% -0.03%
==========================================
Files 1980 1980
Lines 37724 37736 +12
Branches 6370 6373 +3
==========================================
Hits 24075 24075
- Misses 12265 12276 +11
- Partials 1384 1385 +1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
MonicaRungi-EY
marked this pull request as ready for review
August 13, 2026 13:54
MonicaRungi-EY
requested review from
a team,
Leerti,
emilio-dimari,
gispada and
soixdev91
as code owners
August 13, 2026 13:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This PR fixes two accessibility bugs on Android/iOS found during a11y testing: the "hide/show data" toggle on the IT-Wallet ID screen didn't announce its state to screen readers, and the CIE preparation screens (PIN/NFC) showed a looping GIF animation with no way to pause or stop it.
List of changes proposed in this pull request
itw_cie_pin_poster.pnganditw_cie_nfc_poster.pngas the frozen frames.ItwCiePreparationScreenContentcomponent now accepts an optionalposterSrcprop; screens using a static image only (CAN, Card) are unaffected.How to test
ITWNC-25
ITWAL3-15