-
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
[HOLD for payment 2023-10-23] [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-20] [HOLD for payment 2023-10-20] [$500] Can click on the space on the right to change the default skin tone #28917
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01da9a465c887f2507 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Able to click on the space on the right to 'change the default skin tone' What is the root cause of that problem?App/src/components/EmojiPicker/EmojiSkinToneList.js Lines 47 to 57 in a07bb15
styles.flex1 is causing the issue to occupy all the space available. What changes do you think we should make in order to solve the problem?Remove styles.flex1 from and add styles.ml4 to the <Text component where 'emojiPicker.skinTonePickerLabel' is there. <PressableWithoutFeedback
onPress={toggleIsSkinToneListVisible}
style={[styles.flexRow, styles.alignSelfCenter, styles.justifyContentStart, styles.alignItemsCenter]}
accessibilityLabel={props.translate('emojiPicker.skinTonePickerLabel')}
accessibilityRole={CONST.ACCESSIBILITY_ROLE.BUTTON}
>
<View style={[styles.emojiItem, styles.justifyContentCenter]}>
<Text style={[styles.emojiText, styles.ph2, styles.textNoWrap]}>{currentSkinTone.code}</Text>
</View>
<Text style={[styles.emojiSkinToneTitle,styles.ml4]}>{props.translate('emojiPicker.skinTonePickerLabel')}</Text>
</PressableWithoutFeedback> What alternative solutions did you explore? (Optional)N/A |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts ( |
Proposal by @namhihi237Please re-state the problem that we are trying to solve in this issue.We want to fix can not click on the space on the right of "change the default skin tone" What is the root cause of that problem?We are having App/src/components/EmojiPicker/EmojiSkinToneList.js Lines 47 to 57 in 24aa7c1
What changes do you think we should make in order to solve the problem?We should remove flex1 in <PressableWithoutFeedback
style={[styles.flexRow, styles.alignSelfCenter, styles.justifyContentStart, styles.alignItemsCenter]}
>
<View style={[styles.emojiItem, styles.justifyContentCenter, styles.mh2]}>
<Text style={[styles.emojiText]}>{currentSkinTone.code}</Text> What alternative solutions did you explore? (Optional)N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.An entire row of the skin tone is pressable What is the root cause of that problem?We have given flex1 for the Pressable which will take available width.
What changes do you think we should make in order to solve the problem?We need to make below changes
Why? bcoz style class
|
Triggered auto assignment to @MariaHCD, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @allroundexperts Please request via NewDot manual requests for the Reviewer role ($500) |
📣 @Pujan92 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
📣 @namhihi237 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
@allroundexperts PR is ready for review! |
🎯 ⚡️ Woah @allroundexperts / @Pujan92, 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.83-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 2023-10-20. 🎊 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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.84-10 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-23. 🎊 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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.84-10 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-23. 🎊 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:
|
Checklist
Regression test
Do we 👍 or 👎 ? |
Look good to me. Although I just realized we don't have a BZ member on this issue? 😕 |
Triggered auto assignment to @MitchExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
@MitchExpensify The PR has already been merged and deployed, we just need the payments to go out here. Thanks! |
Need a payment summary for this issue. |
Payment summary:
|
$750 payment approved for @allroundexperts based on comment above. |
All paid in Upwork |
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:
Can not click on space on the right of "change the default skin tone"
Actual Result:
Can click on space on the right of "change the default skin tone"
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.78-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
Screen.Recording.2023-10-04.at.20.15.30.mov
Screen.Recording.2023-10-04.at.20.12.47.mov
RPReplay_Final1696424601.MP4
RPReplay_Final1696424637.MP4
Screen.Recording.2023-10-04.at.20.02.44.mov
Screen.Recording.2023-10-04.at.19.52.55.mov
Recording.475.mp4
Expensify/Expensify Issue URL:
Issue reported by: @namhihi237
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1696424388503359
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: