-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[PAID] [$1000] recovery code cut from bottom #19571
Comments
Triggered auto assignment to @strepanier03 ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.recovery code cut from bottom What is the root cause of that problem?We are setting the height of the Text in here which caused the issue App/src/pages/settings/Security/TwoFactorAuth/CodesPage.js Lines 85 to 88 in 4d6a25f
Lines 2141 to 2146 in 4d6a25f
What changes do you think we should make in order to solve the problem?Due to difference dimensions screens, that's bad idea to fix height for a text. twoFactorAuthCode: {
fontFamily: fontFamily.MONOSPACE,
width: 100,
minHeight: 18 // or we can remove it as well
// height: 18,
textAlign: 'center',
}, What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.recovery code text cuts from bottom What is the root cause of that problem?Default font size is 15 and the line height is 20, giving a height of 18px for the Text is the conflict and causing this issue. What changes do you think we should make in order to solve the problem?We can remove the height given to the text from here so it will take the required 20px default lineheight for the font size of 15px. Line 2144 in 6c7d479
Or we can change the lineHeight to 18 for this and reduce the font-size which fit with the same line height, maybe 14px. |
Job added to Upwork: https://www.upwork.com/jobs/~01bf08b4ce365db968 |
Current assignee @strepanier03 is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @abdulrahuman5196 ( |
Triggered auto assignment to @johnmlee101 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The What is the root cause of that problem?The lineHeight inheriting from the The line height is being set from below:
What changes do you think we should make in order to solve the problem?We need to set the line height from the So, the code will be What alternative solutions did you explore? (Optional)
|
Thanks everyone for the proposals. @hungvu193 proposal here - #19571 (comment) is good. We can remove the height. Proposal is working fine on other platforms as well 🎀👀🎀 cc: @johnmlee101 |
@johnmlee101, @strepanier03, @abdulrahuman5196 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@johnmlee101 Gentle ping to check on the above #19571 (comment) |
I was OOO. Looking now |
📣 @hungvu193 You have been assigned to this job by @johnmlee101! |
Thanks. I'll raise a PR in next hour! |
@johnmlee101 @abdulrahuman5196 #19822 is ready for review! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.21-2 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 2023-06-08. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
Speed assessment bonus: Contributor hired on May 30 / PR merged on May 31 = Eligible for bonus As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
BugZero Checklist:
#18576
Very minor UI bug. I don't think a regression test would be beneficial for this. |
I've updated the checklist and hired @abdulrahuman5196 and @hungvu193 to the job in Upwork. @gadhiyamanan - I created a reporting job and hired you as well! Will circle back tomorrow when the hold is removed. |
I've paid everyone, ended contracts, and left feedback. Thank you for working so hard to fix this and move it forward quickly. 🎉 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
recovery code should not cut from bottom
Actual Result:
some recovery code font(like g, j) cut from bottom
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.18-0
Reproducible in staging?: y
Reproducible in production?: y
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
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1684822389953109
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: