-
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
Emoji Picker Menu Navigation #2532
Conversation
…o jasper-emojiPickerArrowKeys # Conflicts: # src/CONST.js
Tested and it works great! Just some code organization comments and then we should be good to go! |
Hey @stitesExpensify thanks so much for the review! I've addressed most of your concerns but have a few clarifications of my own. Let me know what you think! |
@stitesExpensify Ready for another review, thanks for your feedback! |
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.
Looks great! Thanks for making all of those changes
🚀 Deployed to staging in version: 1.0.35-2🚀
|
Emoji Picker - Moving by arrow keys will eventually lose focus when reaching last row of emojisExpected resultFocus isn't lost even after reaching the last emoji on the list. Actual resultAfter reaching the last emoji on the list, the focus is not visible anymore. Action Performed
PlatformWeb ✔️ Build: 1.0.36-0 Notes/Images/Video Bug5052011_20210503_160509.mp4 |
@jasperhuangg Not sure if the issue above should be a deploy blocker, let me know if I should open as a separate issue. |
No need for this to be a deploy blocker, @isagoico, can you create a separate issue and tag @jasperhuangg? |
🚀 Deployed to production in version: 1.0.39-5🚀
|
Details
Added the ability to navigate through the emoji picker menu with arrow keys, and to send the highlighted emoji with [Enter]. It should function the same as the emoji picker in Slack.
Fixed Issues
Fixes #2450
Tests
I tested this feature on Web and Desktop since those are the only two places it can actually be used, but I also tested it on Mobile Web to ensure that the touchscreen check works and that the Emoji Picker Menu doesn't crash.
QA Steps
Identical to the tests above. See videos for examples.
Tested On
Screenshots
Web
emoji_nav_web_demo.mp4
Desktop
emoji_nav_desktop_demo.mp4
cc @stitesExpensify