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
Data "upload" happens in a recusive promise chain, but the user can start interacting with the data before it completes, which is important on large files.
We need to give them an indication the can do that, as well as something that tracks the progress of a file upload.
Probably the best way would be some progress bar at the bottom of the page that is infomred by the promise itself about the rate of progress.
The text was updated successfully, but these errors were encountered:
Data "upload" happens in a recusive promise chain, but the user can start interacting with the data before it completes, which is important on large files.
We need to give them an indication the can do that, as well as something that tracks the progress of a file upload.
Probably the best way would be some progress bar at the bottom of the page that is infomred by the promise itself about the rate of progress.
The text was updated successfully, but these errors were encountered: