Commit Graph

2874 Commits

Author SHA1 Message Date
Aminejv
108d2293a5 feat(GlobalCarousel): show the file sharing jumper only when the file is public 2021-11-03 11:51:14 +01:00
Aminejv
b920a05ec6 feat(GlobalCarousel/Jumpers/EditChannels): add optimistic ui when creating a channel 2021-11-03 11:51:14 +01:00
Aminejv
c2dc502f84 feat(slates/create): add hydrateViewer param 2021-11-03 11:51:14 +01:00
Aminejv
f0aa203d0b feat(strings): remove createSlug rule to trim - from the end of the text 2021-11-03 11:51:14 +01:00
Aminejv
606bf55c57 feat(GlobalCarousel): reduce next and previous controls' height 2021-11-03 11:51:14 +01:00
Aminejv
22427c160f feat(FontFrame/FixedControls): move font crontols to the bottom of the screen 2021-11-03 11:51:14 +01:00
Aminejv
9a58c92d40 feat(Upload): remove open-upload-jumper custom event 2021-11-03 11:51:14 +01:00
Aminejv
f91f8de959 feat(Upload/DropIndicator): use new useEventListener params 2021-11-03 11:51:14 +01:00
Aminejv
abcc7375c9 fix(Jumper): add minHeight and overflow 2021-11-03 11:51:14 +01:00
Aminejv
b176a5a797 feat(Jumper): add 2021-11-03 11:51:14 +01:00
Aminejv
42e1f05e26 feat(GlobalCarousel): update to new design 2021-11-03 11:51:14 +01:00
Aminejv
ba989feacd feat(create-slate): fix typo 2021-11-03 11:51:14 +01:00
Aminejv
51d938da77 fix(GlobalCarousel/EditInfo/Description field): scroll to bottom on event 2021-11-03 11:51:14 +01:00
Aminejv
8980059a76 feat(GlobalCarousel/Jumpers): export all jumpers 2021-11-03 11:51:14 +01:00
Aminejv
42bae02611 feat(EditChannels): add EditChannels jumper 2021-11-03 11:51:14 +01:00
Aminejv
feba9d1606 feat(EditInfo): add Edit info jumper 2021-11-03 11:51:14 +01:00
Aminejv
c37ec1c70c feat(GlobalCarouselJumpers/FileDescription): add FileDescription jumper, triggered by the More button in the carousel header 2021-11-03 11:51:14 +01:00
Aminejv
e213b7b609 feat(GlobalCarousel/Jumpers/MoreInfo): add More info jumper 2021-11-03 11:51:14 +01:00
Aminejv
dad43a62f4 feat(user-behaviors):
- save-copy: conditionally show alerts

- download: use rootRef element to nest the link element in
2021-11-03 11:51:14 +01:00
Aminejv
fba2bad12b feat(GlobalCarousel/Jumpers/Share): add file sharing jumper 2021-11-03 11:51:14 +01:00
Aminejv
2355931840 feat(GlobalCarousel/Jumpers/MobileLayout): add layouts to display carousel jumpers in mobile 2021-11-03 11:51:14 +01:00
Aminejv
206fead689 feat(Hooks):
- useEventListener: add support to listen to events from elememts

- useEscakeKey: when multiple components use this hook, and when triggered close the last one opened

- useImage: check if image is loaded. Also it checks if the image overflows given a maxWidth

feat(useDetectTextOverflow): detect if a text element has an overflow
2021-11-03 11:51:14 +01:00
Aminejv
2bc7c10030 feat(CollectionSharingModal): remove Share modal 2021-11-03 11:51:14 +01:00
Aminejv
81b80b7495 feat(GlobalCarousel): remove GlobalCarousel and CarouselSidebar 2021-11-03 11:51:14 +01:00
Aminejv
6e81e291d3 feat(Typography): add forwardRef to H5 and P3 components 2021-11-03 11:51:14 +01:00
Aminejv
632d5dca80 feat(MarkdownFrame): add mobile styles 2021-11-03 11:51:14 +01:00
Aminejv
b81fa696bc feat(SlateMediaObject): add dynamic background blur 2021-11-03 11:51:14 +01:00
Aminejv
75815d1622 feat(ObjectBoxPreview): add ObjectBoxPreview 2021-11-03 11:51:14 +01:00
Aminejv
0603222c50 feat(LinkIcon): get Link icon from an object 2021-11-03 11:51:14 +01:00
Aminejv
987d6d14e6 feat(Textarea): add css prop 2021-11-03 11:51:14 +01:00
Aminejv
18ec27ea7f feat(Buttons): add type prop 2021-11-03 11:51:14 +01:00
Aminejv
06c1527a12 feat(SVG): add UploadCloud, CheckCircle and Hexagon 2021-11-03 11:51:14 +01:00
Aminejv
76383e28bf feat(Constants): add bgGrayLight4 2021-11-03 11:51:14 +01:00
martinalong
2d33c0ef47
Merge pull request #976 from filecoin-project/@martinalong/elastic-search-v1
@martinalong/elastic search v1
2021-11-01 14:56:24 -07:00
Martina
745bcd5d90 modified to fit the rebase and removed extraneous print 2021-11-01 14:05:38 -07:00
Martina
09dd4cfef6 hooked up the search endpoint to the front end 2021-11-01 13:42:23 -07:00
Martina
09c1f3b1f0 added search multiple object types at once 2021-11-01 13:38:58 -07:00
Martina
ddaacf72fa added search all query 2021-11-01 13:38:58 -07:00
Martina
14eb5925b2 plugged in search update function where appropriate 2021-11-01 13:38:58 -07:00
Martina
3abdd3f517 made search add/update/delete queries more succinct 2021-11-01 13:38:58 -07:00
Martina
053e2f2d04 breaking up search into multiple files and a script 2021-11-01 13:38:58 -07:00
Martina
24160ca830 search queries 2021-11-01 13:38:58 -07:00
Martina
c1bceaf1ec added search-utilities and basic schema for index creation 2021-11-01 13:38:58 -07:00
Martina
b2135c203f fixed capitalization of import 2021-10-15 14:25:23 -07:00
martinalong
3fee27424c
Merge pull request #959 from filecoin-project/@aminejv/saving-changes
Additional changes for save
2021-10-15 14:16:26 -07:00
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