Closed m-natarajan closed 1 year ago
Job added to Upwork: https://www.upwork.com/jobs/~0170820d98137d62bd
Triggered auto assignment to Contributor-plus team member for initial proposal review - @s77rt (External
)
No margin top on zip code input
We are not adding containerStyles={[styles.mt4]}
prop to zip code input, but we are adding this to every input.
We need to just pass containerStyles={[styles.mt4]}
prop to zip code input.
if "mt4" seems too much, we can use mt2
.
If we don't need to add margin top to input if there is a option selector above it then we should remove <View style={styles.formSpaceVertical} />
above State input on personal details home address page.
No margin top on zip code input
We are not passing any style in the text input of zip code here,
We need to wrap TextInput
component in View
, and add the styles.mt4
style.
<View style={[styles.mt4]}>
<TextInput
inputID={props.inputKeys.zipCode}
shouldSaveDraft={props.shouldSaveDraft}
label={props.translate('common.zip')}
accessibilityLabel={props.translate('common.zip')}
accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT}
keyboardType={CONST.KEYBOARD_TYPE.NUMBER_PAD}
value={props.values.zipCode}
defaultValue={props.defaultValues.zipCode}
onChangeText={(value) => props.onFieldChange({zipCode: value})}
errorText={props.errors.zipCode ? props.translate('bankAccount.error.zipCode') : ''}
maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
hint={props.translate('common.zipCodeExampleFormat', {zipSampleFormat: CONST.COUNTRY_ZIP_REGEX_DATA.US.samples})}
/>
</View>
NA
https://github.com/Expensify/App/assets/47579287/631f97cd-458c-43b9-93c1-162e2094ec65
Triggered auto assignment to @MitchExpensify (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details.
Platforms
in OP are β
)I'm not sure whether this is a bug or intended. Asked in Slack: https://expensify.slack.com/archives/C01GTK53T8Q/p1696967863302429
Holding on an internal discussion
@s77rt, we can proceed here with mt2
(8px) margin on top as discussed in slack.
@Krishna2323 Thanks for the proposal! Your RCA is correct and the solution has been agreed on by design team. Let's get this fixed!
π π π C+ reviewed Link to proposal
Triggered auto assignment to @amyevans, see https://stackoverflow.com/c/expensify/questions/7972 for more details.
@PiyushChandra17 Thanks for the proposal. Unfortunately it's a dupe.
π£ @s77rt π An offer has been automatically sent to your Upwork account for the Reviewer role π Thanks for contributing to the Expensify app!
π£ @Krishna2323 π An offer has been automatically sent to your Upwork account for the Contributor role π Thanks for contributing to the Expensify app!
Offer link Upwork job Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review π§βπ» Keep in mind: Code of Conduct | Contributing π
π£ @Krishna2323 π An offer has been automatically sent to your Upwork account for the Reporter role π Thanks for contributing to the Expensify app!
π― β‘οΈ Woah @s77rt / @Krishna2323, 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 π
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 1.3.84-10 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2023-10-23. :confetti_ball:
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:
The solution for this issue has been :rocket: deployed to production :rocket: in version 1.3.84-10 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2023-10-23. :confetti_ball:
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:
@MitchExpensify I think the price for this one should be lowered since it was just a style adjustment. https://expensify.slack.com/archives/C01GTK53T8Q/p1696968320902849?thread_ts=1696967863.302429&cid=C01GTK53T8Q
Thanks, lowering to $375 which is $250 + 50% speed bonus
@MitchExpensify, it should be $375 π.
Oh lol, my mistake @Krishna2323
Friendly bump @MitchExpensify for payment
Paid, sorry for the delay! π
If you havenβt already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.3.80-0 Reproducible in staging?: Yes Reproducible in production?: Yes 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: @Krishna2323 Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1696629077014029
Action Performed:
Expected Result:
There should be margin top on zip code input like all other inputs.
Actual Result:
There is no margin top on zip code input.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
https://github.com/Expensify/App/assets/38435837/68544cbe-b35d-4143-84e2-befbe4ec4670Android: mWeb Chrome
iOS: Native
https://github.com/Expensify/App/assets/38435837/975e1442-13a6-477c-9a7c-1478c1ad47b4iOS: mWeb Safari
MacOS: Chrome / Safari
https://github.com/Expensify/App/assets/38435837/a73dc504-dc23-4a9f-a8e8-47924dfd20c1 ![Full Screen #1](https://github.com/Expensify/App/assets/38435837/49b6fb27-2236-4c1d-b26c-43ed66b3938a)MacOS: Desktop
![zip_code_margin](https://github.com/Expensify/App/assets/38435837/b9b21f3a-f9eb-477b-bfcc-26047c360876)View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @MitchExpensifyIssue Owner
Current Issue Owner: @MitchExpensify