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: [IOPLT-996] Enable quick dev access in the IdentificationLockScreen with screen reader enabled #6769

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

dmnplb
Copy link
Contributor

@dmnplb dmnplb commented Feb 28, 2025

Short description

This PR allows quick developer access in the IdentificationLockScreen when the screen reader is enabled. Previously you were forced to enter each single digit of the predefined unlock code (defaultPin), making the developer experience even more miserable.

List of changes proposed in this pull request

  • Remove props that override accessibility features in the dev-only view

How to test

Run the app in the local environment with VoiceOver/Talkback enabled. You should be able to access the button with the unlock icon with the screen reader.

@dmnplb dmnplb added the a11y Activities related to accessibility label Feb 28, 2025
@dmnplb dmnplb requested review from ChrisMattew, gispada, freddi301 and a team as code owners February 28, 2025 14:52
Copy link
Contributor

github-actions bot commented Feb 28, 2025

PR Title Validation for conventional commit type

All good! PR title follows the conventional commit type.

Copy link
Contributor

github-actions bot commented Feb 28, 2025

Jira Pull Request Link

This Pull Request refers to Jira issues:

@dmnplb dmnplb changed the title [IOPLT-996] Enable quick dev access in the IdentificationLockScreen with screen reader enabled fix: [IOPLT-996] Enable quick dev access in the IdentificationLockScreen with screen reader enabled Feb 28, 2025
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.04%. Comparing base (a49b20e) to head (7b00d6d).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6769   +/-   ##
=======================================
  Coverage   51.04%   51.04%           
=======================================
  Files        1583     1583           
  Lines       32720    32720           
  Branches     7400     7401    +1     
=======================================
  Hits        16703    16703           
+ Misses      15970    15959   -11     
- Partials       47       58   +11     
Files with missing lines Coverage Δ
...reens/modal/components/IdentificationNumberPad.tsx 14.81% <ø> (ø)

... and 13 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a49b20e...7b00d6d. Read the comment docs.

@dmnplb dmnplb added this pull request to the merge queue Feb 28, 2025
@dmnplb dmnplb removed this pull request from the merge queue due to a manual request Feb 28, 2025
@dmnplb dmnplb added this pull request to the merge queue Feb 28, 2025
Merged via the queue into master with commit 2da6efc Feb 28, 2025
24 of 26 checks passed
@dmnplb dmnplb deleted the IOPLT-996-enable-a11y-quick-unlock branch February 28, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Activities related to accessibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants