-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2024-06-20] [HOLD for payment 2024-06-18] [REGRESSION] Android & iOS - Track tax - "Track tax" message does not scale according to device font size #43202
Comments
Triggered auto assignment to @AndrewGable ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
@AndrewGable FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
Job added to Upwork: https://www.upwork.com/jobs/~016209fd348bb29320 |
Triggered auto assignment to @jliexpensify ( |
Not a deploy blocker, seems like it can be external for sure |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rojiphil ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Track tax - "Track tax" message does not scale according to device font size What is the root cause of that problem?We have extra text styles causing this behavior:
What changes do you think we should make in order to solve the problem?We will remove the styles from the
This would also align the style with the Figma mockups, since colorMuted is also not needed here |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android & iOS - Track tax - "Track tax" message does not scale according to device font size. What is the root cause of that problem?Font size is fixed to 14.
Hence, scaling font doesn't have any effect. What changes do you think we should make in order to solve the problem?Font size needs to be removed: {!isPolicyTrackTaxEnabled && (
<View style={[styles.mh4]}>
<Text
style={styles.colorMuted}
>
{translate('workspace.distanceRates.taxFeatureNotEnabledMessage')}
<TextLink
onPress={() => {
Navigation.dismissModal();
Navigation.navigate(ROUTES.WORKSPACE_MORE_FEATURES.getRoute(policyID));
}}
>
{translate('workspace.common.moreFeatures')}
</TextLink>
{translate('workspace.distanceRates.changePromptMessage')}
</Text>
</View>
)} What alternate solution did you consider?We might want to use something like |
Proposal |
📣 @CharlsSH! 📣
|
Contributor details |
How can i help you? |
Unassigned as this is regression and will be fixed by the original authors. Please feel free to add me if needed. |
So How do I do? |
Thanks for your help here @rojiphil! @CharlsSH @ShridharGoel - this issue was created due to a regression so it is the responsibility of the original PR's Contributor and C+ to handle this regression. It looks like the |
📣 @nkdengineer 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Issue fixed RPReplay_Final1717786049.MP4 |
Awesome, thank you! Closing this one out. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.81-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-06-18. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.82-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-06-20. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.80-4
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
Issue found when executing PR #42141
Action Performed:
Precondition:
Expected Result:
"Track tax" message will scale according to device font size
Actual Result:
"Track tax" message does not scale according to device font size.
It appears large when the rest of the font is small
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6504145_1717692057007.RPReplay_Final1717691715.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @jliexpensifyThe text was updated successfully, but these errors were encountered: