infinite-industries / infinite

MIT License
5 stars 3 forks source link

Issue #458: Handle Image Upload Errors Gracefully #467

Closed chriswininger closed 8 months ago

chriswininger commented 8 months ago

Now that the backend is doing more validation and some post processing of images there more chance for the user to encounter submission errors that they can recover from.

This pr improves the validation messages returned from the server

Makes sure that the messages when available are displayed to the user on the error screen

And finally gives the user a way to dismiss the error screen and try again without losing any work on the form.

Screenshot from 2024-01-20 11-50-19

Screenshot from 2024-01-20 11-59-22