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

WRQ-2288: Implement large screen mode #3235

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Conversation

mmyelyn
Copy link

@mmyelyn mmyelyn commented May 14, 2024

Checklist

  • I have read and understand the contribution guide
  • A CHANGELOG entry is included
  • At least one test case is included for this feature or bug fix
  • Documentation was added or is not needed
  • This is an API breaking change

Issue Resolved / Feature Added

There is a requirement for large screen mode(before large text) for a11y.
Since the purpose is to increase the screen magnification, the name large screen mode was used.

Resolution

When you pass the screenScale prop to resolutionDecorator, the base font size is calculated using that value.

Additional Considerations

Links

WRQ-2288

Comments

Enact-DCO-1.0-Signed-off-by: Hyelyn Kim ([email protected])

Enact-DCO-1.0-Signed-off-by: Hyelyn Kim ([email protected])
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.62%. Comparing base (7c03337) to head (2a695af).
Report is 7 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3235       /-   ##
===========================================
  Coverage    82.41%   82.62%    0.21%     
===========================================
  Files          156      156              
  Lines         7209     7285       76     
  Branches      1907     1926       19     
===========================================
  Hits          8631     6019       78     
  Misses         997      995       -2     
  Partials       271      271              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seunghoh
Copy link
Member

Please check the missed checkbox in the description.
Please pass the codecov block before request merge this PR.

Enact-DCO-1.0-Signed-off-by: Hyelyn Kim ([email protected])
@mmyelyn mmyelyn marked this pull request as draft July 5, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants