KovDimaY / Trip-Reviewer

This project was created to practice my full stack skills. It uses Mongo, React and Node with Express.
MIT License
2 stars 1 forks source link

DEV-54: add more emojis to WYSIWYG editor #100

Closed KovDimaY closed 6 years ago

KovDimaY commented 6 years ago

At the moment the number of emojis is quite limited and it does not allow to express yourself 100%:

image

I would like to make it wider, adding to the set all the most popular emojis.

The place where these emojis settings are located: Trip-Reviewer/client/src/constants/toolbar.js

To work on this issue, please use a branch DEV-54 created from devel. When the work is finished - create a PR to the devel branch. At the end of each development circles, code from the devel branch (if everything is ok) goes to the master branch and deploys to production.

IMPORTANT! Before creating a PR be sure that all the tests are passing and the coverage is 100%.

KovDimaY commented 6 years ago

A great website where I can get a lot of emojis: https://getemoji.com/

KovDimaY commented 6 years ago

The amount of emojis increase significantly:

screenshot at nov 11 10-21-15
KovDimaY commented 6 years ago

The PR is merged and the code is deployed to the PRE environment. The issue can be closed.