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
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
When a user uploads a document, there is no indication that the file upload is commencing and it looks like the screen is frozen. Furthermore, we should block any actions from interrupting the upload, like we should prevent the user from accidentally leaving the page or press the upload button again.
Expected Ouput
When the Create Document button is pressed, some sort of loading screen mechanism should be shown and an alert guards against a user from accidentally leaving the page.
Description
When a user uploads a document, there is no indication that the file upload is commencing and it looks like the screen is frozen. Furthermore, we should block any actions from interrupting the upload, like we should prevent the user from accidentally leaving the page or press the upload button again.
Expected Ouput
When the Create Document button is pressed, some sort of loading screen mechanism should be shown and an alert guards against a user from accidentally leaving the page.