What needs refactoring?
The form pages should have the submit button disabled if not every field is filled in. For example, dates and times need to be selected, and the grid needs to be painted. A tooltip should show on the button indicating what's needed to submit.
On mobile, the behavior should stay as it is now since tooltips don't function there.
The pages that need this include:
- New event
- Painting
- Auth form pages
Why?
For a better user experience, we should stop the user before they fail and get yelled at by errors.
What needs refactoring?
The form pages should have the submit button disabled if not every field is filled in. For example, dates and times need to be selected, and the grid needs to be painted. A tooltip should show on the button indicating what's needed to submit.
On mobile, the behavior should stay as it is now since tooltips don't function there.
The pages that need this include:
Why?
For a better user experience, we should stop the user before they fail and get yelled at by errors.