Saylua-Archive / SayluaLegacy

Browser Game In Development
saylua.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Make forms responsive and make errors display per field #92

Closed tiffz closed 7 years ago

tiffz commented 7 years ago

This PR is to fix some usability issues that have been bothering me with forms.

Here's a screenshot that shows both the responsiveness and also what errors look like now. Both server side and clientside errors will look like this after this change. If this is acceptable, I will adjust all forms on the site to match login/registration.

screenshot 2017-03-20 01 41 29

Non-responsively, forms look relatively the same. Some minor spacing adjustments and such.

Also, this adjusts forms to automatically do clientside validation on blur, which includes removing any server side errors immediately after you fix them (once you unfocus).

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling f8478dedbef39c703131b0a18315be6dfe9e3e68 on css into 34a031ca1190a1ff5366f483e9c424c430c94d7d on master.