You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine you are uploading images one by one in the page /upload/1, and you keep refreshing to see what images are remaining.
Once you upload the last one and you are done, the batch is deleted and so when you refresh again you see this:
The problem is that this looks like something is broken, rather than indicating that we were successful in uploading all the images and are ready to move to the next step.
A few solutions:
Once the batch is deleted, redirect to the "images" page.
When a user attempts to access the page for a nonexistent batch, instead of showing an infinitely loading table, present a link that directs the user to the images page.
The text was updated successfully, but these errors were encountered:
Imagine you are uploading images one by one in the page
/upload/1
, and you keep refreshing to see what images are remaining.Once you upload the last one and you are done, the batch is deleted and so when you refresh again you see this:
The problem is that this looks like something is broken, rather than indicating that we were successful in uploading all the images and are ready to move to the next step.
A few solutions:
The text was updated successfully, but these errors were encountered: