-
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 2023-10-12] [$500] Request Money - The gap between error message and 'Next' button is much larger for Request Money's Manual Page #28515
Comments
Triggered auto assignment to @flaviadefaria ( |
Job added to Upwork: https://www.upwork.com/jobs/~01c93d7659514ccde7 |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts ( |
Proposal by: @aman-atg ProposalPlease re-state the problem that we are trying to solve in this issue.The gap between error message and 'Next' button is much larger for Request Money's Manual Page What is the root cause of that problem?We are using What changes do you think we should make in order to solve the problem?We can define a variable like Example:
{canUseTouchScreen ? (
<BigNumberPad
// ...other props
/>
) : null}
<Button
// ...other props
style={[styles.w100, canUseTouchScreen ? styles.mt5 : styles.mt2]}
/> Here, I've used What alternative solutions did you explore? (Optional)We can use various margin spacing combinations for the However, changing FormHelpMessage's style will also have an effect when |
ProposalPlease re-state the problem that we are trying to solve in this issue.Error message have different space in some places What is the root cause of that problem?Due to extra styles passed as props, we are getting this error. What changes do you think we should make in order to solve the problem?App/src/pages/iou/steps/MoneyRequestAmountForm.js Lines 260 to 274 in 67d4a7a
Just need to replace mt5 with mt3 like this <Button
success
medium={isExtraSmallScreenHeight}
style={[styles.w100, styles.mt2]}
onPress={submitAndNavigateToNextPage}
pressOnEnter
text={buttonText}
/> no need to change it with respect to devices as there is already a condition based on DeviceCapabilities.canUseTouchScreen() on top What alternative solutions did you explore? (Optional)N/A |
Triggered auto assignment to @Gonals, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Sounds good to me! @aman-atg, can you comment in this GH? It won't let me assign you otherwise 😁 |
Commented! 😄 |
📣 @allroundexperts Please request via NewDot manual requests for the Reviewer role ($500) |
Assigned! |
📣 @aman-atg 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
📣 @aman-atg 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
PR is ready for review! cc: @allroundexperts |
🎯 ⚡️ Woah @allroundexperts / @aman-atg, great job pushing this forwards! ⚡️ The pull request got merged within 3 working days of assignment, so this job is eligible for a 50% #urgency bonus 🎉
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.77-7 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-10-12. 🎊 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.
For reference, here are some details about the assignees on this issue:
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:
|
@allroundexperts can you please respond to the above comment so that I can issue payment? Thanks! |
Bump @allroundexperts I'm no longer in BZ team but should action this as it was due last week. Thanks! |
Payment Summary:
@aman-atg - $500 + $250 (50% bonus) + $50 (reporting bonus) = $800 |
Checklist
|
@flaviadefaria I think the amount should be $850 for @aman-atg. As per @NicMendonca, we give a bonus of $50 if someone reports and fix his own bug! |
@allroundexperts, @NicMendonca misinterpreted the internal documentation - we just clarified this internally. There's no additional bonus for reporting and fixing their own bug. They simply get paid the reporting bonus on top of what they get for fixing the bug. So $800 is the correct amount. |
Oh. Got it @flaviadefaria. Thanks for the clarification! |
@aman-atg you've been paid so closing this GH. |
$750 payment approved for @allroundexperts based on BZ summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
The gap between the error messages is consistent, just like on other pages, such as Home Address, Legal Name, Date of Birth, etc
Actual Result:
The gap is much larger than the gap between error message and CTA button on any other page.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.75.2
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
Recording.4803.mp4
Expensify/Expensify Issue URL:
Issue reported by: @aman-atg
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1695942566946709
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: