Aminejv
92d544d175
feat(Upload/Popup): expand the popup when new files are added to the upload queue
2021-10-14 19:14:09 +01:00
Aminejv
8314b9ad71
feat(Upload): upload a link by pasting it into the app
2021-10-14 18:57:04 +01:00
Aminejv
40a9607123
feat(Upload/Jumper):
...
- add dismiss button
- close the jumper when submitting links/files
2021-10-14 18:53:44 +01:00
Aminejv
f2e0eee6a1
fix(Filter): fix stale state issue
2021-10-14 18:52:01 +01:00
Aminejv
eafb38b004
update(Upload/Popup): clamp upload progress percentage
2021-10-14 18:44:20 +01:00
Aminejv
d72bf14716
update(Upload/DropIndicator): capitalize slate
2021-10-14 18:42:24 +01:00
Aminejv
17a4905052
fix(DataView): action bar zindex
2021-10-14 18:40:53 +01:00
Martina
c6cd40a679
added forgotten check for remove file from slate
2021-10-13 13:39:49 -07:00
Martina
c28b532179
fixed check is owner bug
2021-10-13 13:39:01 -07:00
Aminejv
4463d47944
feat(Upload/Jumper):
...
- add overlay behind the jumper
-m update spacing inside the jumper
2021-10-12 19:11:55 +01:00
Aminejv
be5b99f799
feat(Upload/Popup): change status copy from saved to file size
2021-10-12 14:06:34 +01:00
Aminejv
3ddafb40ec
feat(Upload/Popup): close the popup automatically when the upload is successful
2021-10-12 13:54:52 +01:00
Aminejv
3216e863c9
feat(Upload/DropIndicator): update copy
2021-10-12 13:29:40 +01:00
Aminejv
4b881428c1
feat(Upload/Jumper): reset link input when clicking save
2021-10-12 12:02:19 +01:00
Aminejv
bc6676edbc
feat(Upload): remove upload metrics from ApplicationHeader
2021-10-08 17:49:07 +01:00
Aminejv
1108e1aa15
feat(Upload/Popup): add popup component
2021-10-08 17:47:58 +01:00
Aminejv
8727358958
feat(Upload/Provider):
...
- add is Finished state to check when an upload finishs
- remove useUploadRemainingTime
- add resetUploadState
- change useUploadModal to useUploadJumper
2021-10-08 17:46:47 +01:00
Aminejv
39336544c5
feat(Upload): add upload jumper
2021-10-08 17:42:37 +01:00
Aminejv
9c603e5cab
feat(BlobObjectPreview): add BlobObjectPreview to preview files while being uploaded
2021-10-08 17:42:13 +01:00
Aminejv
c5acec1863
feat(Jumper): add primitives for the jumper component
2021-10-08 17:40:24 +01:00
Aminejv
7e412dcc8f
feat(Upload): renamed the popup component to DropIndicator
2021-10-08 17:39:20 +01:00
Aminejv
91dfaa6fb8
feat(Upload): remove modal
2021-10-08 17:38:35 +01:00
Aminejv
2d6fa04c41
feat(hooks): add useHover hook
2021-10-08 17:38:17 +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
4703961ba7
feat(SVG): add ChevronUp CheckCircle XCircle AlertTriangle
2021-10-08 17:34:07 +01:00
Aminejv
84c9bcf492
feat(styles): add cursor:pointer to BUTTON_RESET
2021-10-08 17:33:06 +01:00
Aminejv
11fe4f42a9
feat(intercom): change the widget's position and zindex
2021-10-08 17:32:01 +01:00
martinalong
baebf96481
Merge pull request #961 from filecoin-project/@martinalong/denormalize-collections
...
Added saved tags to the file itself
2021-10-02 14:40:46 -07:00
Martina
a194fe4046
added saving tags to the file itself
2021-10-02 14:38:54 -07:00
Martina
467a8304af
better handling for when bucketName is null
2021-09-29 14:53:58 -07:00
Aminejv
d7133ecb06
fix(Upload&Filter): fix zindex issue between filter navbar and upload modal
2021-09-29 19:08:02 +01:00
Aminejv
8ca1fc61b6
fix(Upload/Modal): remove seconds from date
2021-09-29 17:49:30 +01:00
Aminejv
def37ee544
fix(Typography): fix truncation in firefox
2021-09-29 17:49:30 +01:00
Aminejv
e185c76e5f
feat(Upload.Popup): add popup indicator when dropping files
2021-09-29 17:49:28 +01:00
Aminejv
f0849b2604
feat(Upload):
...
- combine upload and summary in the same page
- update summary's copy
2021-09-29 17:35:44 +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
Aminejv
7aff27dff1
feat(UploadSummary): make objects and sizes singular
2021-09-29 17:35:44 +01:00
martinalong
48e812c828
Merge pull request #954 from filecoin-project/@aminejv/new-filtering
...
Filtering feature
2021-09-28 17:07:26 -07:00
Martina
b6e4d246f1
removed deleted import
2021-09-28 15:29:41 -07:00
Martina
29c4f8c106
removed file importing a deleted file
2021-09-28 14:57:55 -07:00
Martina
c3f2d7c617
removed storage deal options and made edits to storage deal script
2021-09-28 14:54:02 -07:00
Martina
b2ddaf183c
updated storage deal code and fixed import error
2021-09-28 13:52:21 -07:00
martinalong
8b2f28c764
Merge pull request #957 from filecoin-project/@martinalong/estuary
...
Estuary for storage deals
2021-09-27 21:19:19 -07:00
Martina
99b16cbfab
estuary storage deals
2021-09-27 21:16:26 -07:00
Aminejv
64d4ddfd02
feat(filter-utilities): remove file data attributes
2021-09-27 10:27:22 +01:00
Aminejv
5220491313
chore: replace relative paths with absolute paths
2021-09-27 10:23:09 +01:00
Aminejv
145ce319a4
fix(hooks): fix web worker security error
2021-09-27 10:23:09 +01:00
Aminejv
5aa62e9af0
feat(SceneFilesFolder): add filter components
2021-09-27 10:23:07 +01:00
Aminejv
0349657281
feat(ImageObjectPreview): skip the loading state if an img has already been cached
2021-09-27 10:22:51 +01:00
Aminejv
4d8514b4dc
fix(Strings/capitalize): error occuring when passing empty string
2021-09-27 10:22:51 +01:00