-
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
[$500] MEDIUM: Mouse over emoji to get name #34307
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01bf03f6fb12beb641 |
Triggered auto assignment to @zanyrenney ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @fedirjh ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.We want to show emoji name on hover on emoji, I assume this only applies to Emojis that appear in the chat. What is the root cause of that problem?This is new feature What changes do you think we should make in order to solve the problem?(All below are pseudocode and we can polish that and fix minor cases in the PR if the solution is accepted)
Some notes:
We can have custom design for the Tooltip, or use the default Tooltip style, based on design team's opinion. What alternative solutions did you explore? (Optional)I don't think we should apply the emoji tooltips for text inside |
ProposalPlease re-state the problem that we are trying to solve in this issue.Hovering eùojies does not display names. What is the root cause of that problem?Missing the hover action when hovering emojies. What changes do you think we should make in order to solve the problem?I suggest displaying the emoji name on this area: Then it will be like that: We can add a function here to set hevered emoji
Change the skin tone icon to the right App/src/components/EmojiPicker/EmojiSkinToneList.js Lines 37 to 49 in e54abdf
Add new component on the left for displaying the Emoj name. |
@fedirjh please review the proposals above for this! |
@zanyrenney What sould the tooltip for the emoji contains ? is it just text , or text with emoji , similar to what's slack doing , for reference :
|
cc @stitesExpensify I would like to get your inputs on this issue. |
Great question, thanks for bringing this up @fedirjh. I'm going to take this to the channel and I will tag Brandon and David for their input seeing as they are the ones that have reported/worked on this in the past. |
@fedirjh we decided to go with the slack style version with an enlarged version of the emoji |
@dukenv0307 Could you please update your proposal to match the expected style in #34307 (comment) ? Regarding the solution, considering our prior successful implementation of a similar use case involving user mentions, which required a custom renderer within the
|
@fedirjh sure, we just need to pass custom
@fedirjh sure, we can have a |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@fedirjh Create another PR Expensify/expensify-common#664 here since the previous PR is reverted for the new bump expensify-common. |
removing the HOLD for payment since the first PR was reverted |
I believe we're just waiting for the PR to be live for a week and then we can issue payment here. We just deployed to prod 2 days ago |
Hey hey, coming with a simple question. Is it intended to parse an emoji inside code blocks? We are getting an error on parsing in |
@robertKozik Nope, it's a bug that will be fixed in #14676, check this #34307 (comment) |
@zanyrenney The PR was deployed to production last week. Please add |
Hm looks like the bot doesn't want to add the payment comments? Do we need the bug label instead of new feature maybe? |
I guess this needs a regression test: Regression Test Proposal
|
payment summary paid @fedirjh $500 via upwork Closing! |
Strategy:
Making the workplace fun is good business. One way to do that is by supporting emoji, to make conversations more fun.
Problem:
Many emoji are kind of unclear, meaning the joke falls flat or whatever message you try to send might be missed.
Solution:
On desktop, when you hover over an emoji, show the name of that emoji. Pay particular attention to performance, as previous hover states have sometimes introduced major performance regressions -- ask in #expensify-open-source for advice.
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: