animl-frontend
animl-frontend copied to clipboard
"Upload in process" message
User Story As a user, I want to know when I have an upload in process, so I know what's happening with my images.
Acceptance Criteria
- In the bottom righthand corner, display a pop up message saying "Upload in process..." when an upload status is:
- (status['uploading-file'])
- (status['validating-file'])
- (status['deploying-stack'])
- (status['saving-images'])
- (status['processing-images'])
- the ellipsis should be constantly loading
- message disappears when an upload status is anything else.