Skip to content
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

Merged
merged 2 commits into from
Oct 16, 2020

Conversation

Shreets
Copy link
Contributor

@Shreets Shreets commented Oct 13, 2020

  • Add 'Pick a reaction' header to emoji dialog box.
  • Add margin/padding and flex display to emoji style.
  • Add hover effect to scale emojis.

Fixes #4993

reaction-bar

  • PR is descriptively titled 📑 and links the original issue above 🔗
  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with rake test
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • screenshots/GIFs are attached 📎 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

@publiclab/reviewers Please review.
Thank you!

Add 'Pick a reaction' header to emoji dialog box.
Update emoji display style
Add  hover effect to emojis.
@Shreets Shreets requested a review from a team as a code owner October 13, 2020 10:53
@welcome
Copy link

welcome bot commented Oct 13, 2020

Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help.
Dangerbot will test out your code and reply in a bit with some pointers and requests.
Also please refer here for installation help 💿
There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄
It would be great if you can tell us your Twitter handle so we can thank you properly?

@gitpod-io
Copy link

gitpod-io bot commented Oct 13, 2020

@codecov
Copy link

codecov bot commented Oct 13, 2020

Codecov Report

Merging #8558 into main will decrease coverage by 0.24%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
app/helpers/search_helper.rb 100.00% <ø> (ø)
app/controllers/stats_controller.rb 71.87% <50.00%> (-1.76%) ⬇️
app/mailers/comment_mailer.rb 100.00% <100.00%> (ø)
app/mailers/subscription_mailer.rb 94.33% <100.00%> (+0.22%) ⬆️
app/models/answer.rb 73.68% <0.00%> (-26.32%) ⬇️
app/models/answer_selection.rb 31.25% <0.00%> (-6.25%) ⬇️
app/services/execute_search.rb 88.88% <0.00%> (-5.56%) ⬇️
app/api/srch/search.rb 66.87% <0.00%> (-3.83%) ⬇️

Copy link
Member

@jywarren jywarren left a 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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, fancy!!! ❤️ 🤯

@jywarren
Copy link
Member

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!

Copy link
Contributor

@sagarpreet-chadha sagarpreet-chadha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wooow 🎉

@Shreets
Copy link
Contributor Author

Shreets commented Oct 13, 2020

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!

@jywarren @sagarpreet-chadha Thank you for pointing that out. I will make this change and update the PR right away.

@codeclimate
Copy link

codeclimate bot commented Oct 13, 2020

Code Climate has analyzed commit 23c8284 and detected 0 issues on this pull request.

View more on Code Climate.

Copy link
Contributor

@Sagarpreet Sagarpreet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@cesswairimu
Copy link
Collaborator

wow amazing 🎉

@jywarren jywarren merged commit 412e918 into publiclab:main Oct 16, 2020
@welcome
Copy link

welcome bot commented Oct 16, 2020

Congrats on merging your first pull request! 🙌🎉⚡️
Your code will likely be published to PublicLab.org in the next few days, but first it will be published to https://stable.publiclab.org/ (it will take some minutes for this to load, and until then you may see logs from the build process). Please test out your work on this testing server and report back with a comment that all has gone well!
Do join our weekly check-in to share your this week goal and the awesome work you did 😃. Please find the link pinned in the issue section 📝
Now that you've completed this, you can help someone else take their first step!
Reach out to someone else working on theirs on Public Lab's code welcome page (where you'll now be featured as a recent contributor!). Thanks!

Help others take their first step

Now that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌

https://code.publiclab.org

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.

@jywarren
Copy link
Member

Great work!!!!!!!!!! 🎉

piyushswain pushed a commit to piyushswain/plots2 that referenced this pull request Oct 22, 2020
…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
manchere pushed a commit to manchere/plots2 that referenced this pull request Feb 13, 2021
…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
lagunasmel pushed a commit to lagunasmel/plots2 that referenced this pull request Mar 2, 2021
…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
reginaalyssa pushed a commit to reginaalyssa/plots2 that referenced this pull request Oct 16, 2021
…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
ampwang pushed a commit to ampwang/plots2 that referenced this pull request Oct 26, 2021
…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
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this pull request Dec 28, 2021
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Pick a reaction" text to reaction dropdown on comment
5 participants