Commit Graph

24 Commits

Author SHA1 Message Date
Derrick Hammer eea567d89e
fix: disable local storage by using NoopUrlStorage 2024-03-29 12:05:46 -04:00
Derrick Hammer cd49a5977e
fix: set chunk size to 1 mb 2024-03-29 00:19:04 -04:00
Derrick Hammer e5f8aef83f
fix: change limits 2024-03-28 23:39:46 -04:00
Derrick Hammer 80f9fec610
fix: temporarily disable parallelUploads 2024-03-28 22:52:44 -04:00
Derrick Hammer ff9a14a8b5
fix: bad hash progress calc 2024-03-28 20:38:31 -04:00
Derrick Hammer 4e5fde24ae
fix: preprocess-progress needs to just be passed the preprocess object 2024-03-28 20:22:30 -04:00
Derrick Hammer 4b5fe20df3
fix: add preprocess-progress event as uploading state 2024-03-28 20:13:20 -04:00
Juan Di Toro 1118ba2a71 fix: fixing the bar 2024-03-29 00:28:44 +01:00
Juan Di Toro a58914a69a fix: progress bar not being rendered due to progress not being tracked 2024-03-29 00:14:35 +01:00
Juan Di Toro 6b097e0860 fix: a tiny bit better upload ui 2024-03-29 00:09:14 +01:00
Juan Di Toro af9acd1bf7 fix: properly invalidate file resource when uploading and pinning finishes 2024-03-27 07:46:12 +01:00
Juan Di Toro b2a822bf08 fix: error state for file upload 2024-03-26 14:42:18 +01:00
Juan Di Toro e401889b04 fix: UX changes regarding showing dates on table and actions pannel 2024-03-22 13:47:50 +01:00
Derrick Hammer 2e918e7802
refactor: we don't need to pass the endpoint, the sdk handles it 2024-03-19 07:18:52 -04:00
Derrick Hammer 1ff5f205b2
feat: add callback and emit to track hashing progress 2024-03-18 18:51:41 -04:00
Derrick Hammer 48f29a1338
refactor: set parallelUploads to 10 2024-03-18 18:20:24 -04:00
Derrick Hammer d1e059fd71
fix: need to merge tus metadata to file meta 2024-03-18 16:48:29 -04:00
Derrick Hammer dc4f6f7e23
refactor: need to add an uppy pre-processor to configure the tus options per file, including the hashing 2024-03-18 15:32:47 -04:00
Derrick Hammer 2140a63add
fix: put plugin logic inside setInputProps onChange 2024-03-18 12:37:22 -04:00
Derrick Hammer 3a4b40ef27
refactor: remove uploader from uppy hook and check by the upload size limit if we use tus plugin or just file post. additionally add a onBeforeUpload filter to set the custom uploader property. 2024-03-18 10:12:27 -04:00
Juan Di Toro 7032892686 chore: cleanup to imports 2024-03-13 18:07:03 +01:00
Juan Di Toro 0ba128b135 fix: added cleanup when component unmount 2024-03-12 15:36:44 +01:00
Juan Di Toro 94406b7f13 fix: state and rendering 2024-03-12 15:32:00 +01:00
Juan Di Toro b0809c65f3 feat: (wip) added support for TUS file uploaded. Still missing support for resetting the uppy state plus handling uppy errors 2024-03-12 13:42:17 +01:00