-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add "Pick a reaction" header title to emoji dialog box and update display style. #8558
Conversation
Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis.
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. |
Codecov Report
@@ Coverage Diff @@
## main #8558 +/- ##
==========================================
- Coverage 82.01% 81.76% -0.25%
==========================================
Files 101 101
Lines 5894 5901 +7
==========================================
- Hits 4834 4825 -9
- Misses 1060 1076 +16
|
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.
This looks great and happy to merge! One possible note to change the classname, but not required! Thank you so much!
} | ||
|
||
.grow { | ||
transition: all .1s ease-in-out; | ||
transition: transform .15s cubic-bezier(.2,0,.13,2); |
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.
wow, fancy!!! ❤️ 🤯
So, I think this is good to go, but can hold off a little if you'd like to change the classname -- your choice! Thanks! |
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.
Wooow 🎉
@jywarren @sagarpreet-chadha Thank you for pointing that out. I will make this change and update the PR right away. |
Code Climate has analyzed commit 23c8284 and detected 0 issues on this pull request. View more on Code Climate. |
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.
🎉
wow amazing 🎉 |
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Great work!!!!!!!!!! 🎉 |
…play style. (publiclab#8558) * Add Title to emoji display and update display style. Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis. * change classname for div containing emojis
…play style. (publiclab#8558) * Add Title to emoji display and update display style. Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis. * change classname for div containing emojis
…play style. (publiclab#8558) * Add Title to emoji display and update display style. Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis. * change classname for div containing emojis
…play style. (publiclab#8558) * Add Title to emoji display and update display style. Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis. * change classname for div containing emojis
…play style. (publiclab#8558) * Add Title to emoji display and update display style. Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis. * change classname for div containing emojis
…play style. (publiclab#8558) * Add Title to emoji display and update display style. Add 'Pick a reaction' header to emoji dialog box. Update emoji display style Add hover effect to emojis. * change classname for div containing emojis
Fixes #4993
rake test
@publiclab/reviewers
for help, in a comment below@publiclab/reviewers Please review.
Thank you!