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-67: minor visual improvements before the release #124

Closed KovDimaY closed 6 years ago

KovDimaY commented 6 years ago

There is a small list of minor visual improvements which I would like to do before the release but they are too small to open a separate issue for each of them:

1) Change justify-content on the Signup page as now form and avatars are too close:

image

2) Change button effect from font increase to transform (for all possible buttons including header):

image

3) Make distance between elements bigger at the user page:

image

4) Add small descreeption to the danger zone at the Edit User Profile Page:

image

5) Add stars to the required fields in the forms:

image

6) Update README with new versions and information how to lint the project

To work on this issue, please use a branch DEV-67 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

All the comments fixed, except the one with starts for the required fields. I tried it and it looks ugly, so I decided that errors will be enough for the user to understand that the fields are required.

KovDimaY commented 6 years ago

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