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

bug/10241 Android Text Collision with claims history #10401

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ATeal
Copy link
Contributor

@ATeal ATeal commented Jan 10, 2025

Description of Change

Pretty simple change, changes the text wrap threshhold for the header banner so that it wraps a few lengths sooner.

for #10241

Screenshots/Video

Before:
image
After:
image

Testing

  • Tested on iOS
  • Tested on Android

Reviewer Validations

PR Checklist

Reviewer: Confirm the items below as you review

  • PR is connected to issue(s)
  • Tests are included to cover this change (when possible)
  • No magic strings (All string unions follow the Union -> Constant type pattern)
  • No secrets or API keys are checked in
  • All imports are absolute (no relative imports)
  • New functions and Redux work have proper TSDoc annotations

For QA

Run a build for this branch

@@ -84,7 +84,7 @@ const HeaderBanner: FC<HeaderBannerProps> = ({
useFocusEffect(focus === 'Title' ? setFocusTitle : setFocus)
const screenReaderEnabled = useIsScreenReaderEnabled()

const TEXT_CONSTRAINT_THRESHOLD = 30
const TEXT_CONSTRAINT_THRESHOLD = 26
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably fine but did you test on smaller screen sizes?

Copy link
Contributor

@kimmccaskill-oddball kimmccaskill-oddball left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as long as matts question was answered!

@github-actions github-actions bot added the FE-With QA A PR waiting for QA Activity label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE-With QA A PR waiting for QA Activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants