payload icon indicating copy to clipboard operation
payload copied to clipboard

feat(ui): disable save button until the upload file is uploaded / ready

Open PatrikKozak opened this issue 2 months ago • 0 comments

What?

Previously, while uploading a file - if the uploading process took a bit of time, users could still save the document prior to the upload fully completing.

Why?

During the uploading process - the save button should be disabled until the upload is complete to prevent premature saving of an upload document.

How?

Now, we keep track of the state of the upload and disable the save button until the file is fully uploaded.

PatrikKozak avatar Dec 19 '24 19:12 PatrikKozak