-
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
Added skin tone support for Emojis #4456
Added skin tone support for Emojis #4456
Conversation
@stitesExpensify clarifying again:
right? |
Let's just do
|
Ohh my, Sorry for the confusion but that's what I've done in the PR. I made a typo while putting it in a comment. Can you please review and close it? |
Everything is looking great! One more thing I found while testing is that the selector is not the same height as the button which makes the picker jump around 2021-09-08_12-13-30.mp4 |
Okay noted. I'll check and update it. |
Thanks! I think after that we'll get this merged! |
…moji-skintone # Conflicts: # src/libs/actions/User.js
@stitesExpensify PR updated. Screen.Recording.2021-09-09.at.6.12.44.AM.mov |
@stitesExpensify I found another issue that the Skintone picker wasn't visible in the mobile landscape mode. This was because of another fix in the PR where we added some top margin so that the landscape mode picker works fine. I've had to change the approach to accommodate skin tone list. I guess now it is good to be merged with all the testing :) Attached screenshots and updated in the PR body as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Can you write some QA steps? After that I'll merge :) |
@stitesExpensify Updated QA steps. Anything I've missed out? |
Nope those look great. Time to ship it! 😄 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @stitesExpensify in version: 1.0.95-2 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
🚀 Deployed to production by @roryabraham in version: 1.0.96-0 🚀
|
} | ||
style={[ | ||
styles.pv1, | ||
styles.flex1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting this as flex: 1
caused #28917
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing out.
@stitesExpensify Task complete. Can you review, please?
Details
Extended the existing Emoji Picker to add Skin Tone support.
Fixed Issues
$ #4323
Tests
QA Steps
Tested On
Screenshots
Web
emoji-skintone-web_nXawXt4H.mp4
Mobile Web
emoji-skintone-mweb_lkLVcSj5.mp4
Updated
Desktop
emoji-skintone-desktop.mp4
iOS
https://user-images.githubusercontent.com/3069065/128576156-2787a270-bdec-4fad-9db2-c4240b5c5211.mp4
Updated
Android
emoji-skintone-android_loTYePmA.mp4
Updated