Commit Graph

2799 Commits

Author SHA1 Message Date
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
Aminejv
5c4d723296 feat(constants): update header size 2021-09-27 10:22:51 +01:00
Aminejv
c0d396282b feat(web-workers/filter-files): add web-worker to handle filtering off the main thread 2021-09-27 10:22:51 +01:00
Aminejv
5c069eb637 feat(Filter): export filter components 2021-09-27 10:22:51 +01:00
Aminejv
5c0e2545b8 feat(Filter/Sidebar): add Filter sidebar component 2021-09-27 10:22:51 +01:00
Aminejv
d227b35840 feat(Filter/Filters): add Filters components to render filter views 2021-09-27 10:22:51 +01:00
Aminejv
e91865934f feat(Filter/Breadcrumb): add Breadcrumb component to manage filter history 2021-09-27 10:22:51 +01:00
Aminejv
f82b2e82c7 feat(Filter/Content): add Filter.Content to render filtered objects 2021-09-27 10:22:51 +01:00
Aminejv
c9eec5b764 feat(Filter/Provider):
- add useFilterSidebar to handle Sidebar visibility

- add useFilter to handle filter state

- add useFilterWorker to handle web worker state
2021-09-27 10:22:51 +01:00
Aminejv
1d1b2e75a8 feat(Filter/Navbar):
- add Navbar component to ApplicationHeader

add NavbarPortal which will render children to Filter.Navbar
2021-09-27 10:22:49 +01:00
Aminejv
2442b2ceb4 feat(filter-utilities):
add relationship between filter views, types, and subviews. For now, we have two views, Initial and Browser. each has its own filters, and the browser view has subviews (saved, history…)

add filter handlers (will be passed to web workers
2021-09-27 10:13:35 +01:00
Aminejv
64347b4dc5 feat(Validations: add validations for documents, Twitter links, Youtube links , Twitch Link, Github links, Instagram links 2021-09-27 10:13:31 +01:00
Aminejv
3be39eccc4 feat(PortalsProvider): add PortalsProvider
- will be used with ReactDOM.createPortal to render components to elements that are outside their tree hierarchy
2021-09-27 10:13:04 +01:00
Aminejv
4828c7ac02 feat(SVG): add new icons (will be used in the filter sidebar) 2021-09-27 10:12:24 +01:00
Aminejv
b41699824d feat(Typography): add H6 component 2021-09-27 10:10:21 +01:00
Aminejv
2c601066a6 feat(web-workers):
-  add useWorker to interact with web workers declaratively

- update next to 11.1.2 to support web-workers

- update next config to ignore eslint errors during build
2021-09-27 10:09:36 +01:00
Martina
838d08f743 adding api key and editing deals table 2021-09-26 17:20:16 -07:00
Martina
24b09cf0ba updated flattening migration 2021-09-26 15:38:54 -07:00
Martina
d637d683cf removed unnecessary console.logs 2021-09-26 14:39:35 -07:00
martinalong
df9d426c18
Merge pull request #955 from filecoin-project/@martinalong/textile-speedup
textile bucketsGetOrCreate speed up
2021-09-24 18:21:54 -07:00
Martina
0c91a54382 textile bucketsGetOrCreate replacement 2021-09-24 18:20:28 -07:00
martinalong
654dbb3b32
Merge pull request #944 from filecoin-project/@aminejv/new-saving-flow
Update: Saving flow
2021-09-22 12:49:43 -07:00
Aminejv
efdf7938b0 feat(UploadSummary): sort by status and date 2021-09-22 14:01:07 +01:00
Aminejv
35e9887257 feat(Upload): save links through the queue 2021-09-22 13:30:47 +01:00
Aminejv
f02e2330bc feat(create-link): return links cids when links are saved or duplicates 2021-09-22 13:29:17 +01:00
Aminejv
25e688fa02 feat(file-utilities/uploadLink):
- remove Alert code

- add support for uploadAbort
2021-09-22 12:12:23 +01:00
Aminejv
2220ba8941 feat(actions/createLink):
- returnJSON will return {aborted: true} as a response when the fetch is aborted

- pass options argument to extend createLink's request options
2021-09-22 12:09:49 +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
5aa823f590 fix(onboarding): fix onboarding.hidePrivacyAlert undefined error 2021-09-21 14:09:49 +01:00
Martina
b80d35d835 small change to wording of duplicate file message 2021-09-19 20:21:35 -07:00
Martina
4baf9f8807 fixed misspelling 2021-09-17 18:35:21 -07:00