Commit Graph

11 Commits

Author SHA1 Message Date
Aminejv
7e58380781 fix(Upload): duplicate image preview 2021-12-14 18:08:54 +01:00
Aminejv
607ac67ec4 fix(onboarding): visual bugs 2021-12-14 17:57:52 +01:00
Aminejv
43b87e798c feat(Upload): display files uploaded by actions.saveCopy in the upload queue 2021-11-22 18:29:13 +01:00
Aminejv
9a9221dfee feat(upload-utilities):
- add function to retry all the failed uploads

- add function to clear the queue's cache
2021-10-08 17:37:57 +01:00
Aminejv
f0976aed8f fix(Upload): fix the wrong number for files being uploaded by skipping the submitted file if it's currently uploading 2021-09-29 17:35:44 +01:00
Martina
0c91a54382 textile bucketsGetOrCreate replacement 2021-09-24 18:20:28 -07:00
Aminejv
35e9887257 feat(Upload): save links through the queue 2021-09-22 13:30:47 +01:00
Aminejv
95900d3e1e feat(Upload):
- Remove GlobalCarrousel from upload summary (replaced by Link component)

- Remove library files from upload summary

- Sort upload summary by date saved
2021-09-21 15:53:37 +01:00
Aminejv
7073aedd38 feat(upload-utilities):
- add UploadQueue to be able to handle upload sequentially

- add failedFilesCache to store files when they fail to upload so we can retry later

- add uploadAbort which object that keeps track of the file being currently uploaded, and get assigned to xhr.abort, which allows it to cancel occurring upload outside of file-utilities.upload function

- add createUploadProvider factory function that exposes upload, cancel, cancellAll, retry handlers
2021-09-17 15:20:00 -07:00
Aminejv
647b4d043a feat(upload-utilities): add the ability to cancel uploading and retry after failure 2021-09-17 14:44:29 -07:00
Aminejv
de90ddee0f feat(upload-utilities): add queue based upload factory function 2021-09-17 14:44:29 -07:00