Commit Graph

628 Commits

Author SHA1 Message Date
Aminejv
b78c9ce252 fix(Alert): move intercom's zindex below alert 2021-12-20 17:48:37 +01:00
Aminejv
cfa8d69425 feat(Onboarding): store survey answers in the surveys table 2021-12-20 17:06:16 +01:00
Aminejv
9ac8ae5f18 feat(Extension): move extension links from .env to constants 2021-12-20 11:40:41 +01:00
Aminejv
1a64e9083c fix(EmptyState): use Styles.PAGE_EMPTY_STATE_WRAPPER 2021-12-14 19:06:12 +01:00
Aminejv
0f7b43cf1d feat(onboarding): delete status-update endpoint
- update onboarding via users/update endpoint
2021-12-14 18:10:44 +01:00
Aminejv
5743dea99f feat(Upload): delete onboarding table 2021-12-14 18:10:20 +01:00
Aminejv
7e58380781 fix(Upload): duplicate image preview 2021-12-14 18:08:54 +01:00
Aminejv
df6683f4e5 feat(Onboarding): conditionally render survey onboarding 2021-12-14 18:08:53 +01:00
Aminejv
2b0d81713d feat(Upload/Jumper): store ExtensionBar state in localStorage 2021-12-14 17:57:53 +01:00
Aminejv
40d2f2253b feat(MobileJumper): add dismiss button 2021-12-14 17:57:53 +01:00
Aminejv
607ac67ec4 fix(onboarding): visual bugs 2021-12-14 17:57:52 +01:00
Aminejv
42a81b9e0c feat(CTATransition): update to match new auth design 2021-12-14 17:54:08 +01:00
Aminejv
8778e58c9c feat(useHooks/(useField & useForm)): return submit function 2021-12-14 17:50:23 +01:00
Aminejv
d0269ab112 feat(Onboarding/Upload): add mobile jumpers to onboarding 2021-12-14 17:22:01 +01:00
Aminejv
849f6b7689 feat(hooks): add checkIfExtensionIsDownloaded 2021-12-14 17:21:01 +01:00
Aminejv
8eb312b305 fix(onboarding/survey): fix alert appearing in survey scene 2021-12-14 17:21:01 +01:00
Aminejv
19a63411dc feat(onboarding): add onboarding/update endpoint 2021-12-14 17:21:01 +01:00
Aminejv
7248908bc1 feat(Constants): order z-indices 2021-12-14 16:50:29 +01:00
Aminejv
20ba244ce8 feat(survey): change surveys table name to onboarding 2021-12-14 16:50:29 +01:00
Aminejv
d63c745ea4 feat(onboardingSurvey): add backgroundGenerator 2021-12-14 16:49:19 +01:00
Aminejv
9fd63292cf fix(auth): radd missing code 2021-12-14 16:49:19 +01:00
Aminejv
bd0632929a feat(useForm): add support for checkbox with array value 2021-12-14 16:49:18 +01:00
Aminejv
6387fb8348 feat(theme): update grayLight4 and gray 2021-12-14 16:49:18 +01:00
Aminejv
e1df84d756 feat(survey): add sceneSurvey and link with the backend 2021-12-14 16:49:16 +01:00
Aminejv
ead69d141a feat(survey): add createSurvey action 2021-12-14 16:48:27 +01:00
Martina
2ad80f2811 switched to id based carousel routing 2021-12-13 13:27:03 -08:00
Martina
c18d49f365 fixed scrolling of pages that are empty and removed filter from 404 and signin pages 2021-12-13 12:31:59 -08:00
Martina
42eda96cdb added internal routing for default to first slate in profile, and added directory to sidebar 2021-12-13 12:31:59 -08:00
Martina
3c290bf0e1 setup profiles in new format 2021-12-13 12:31:59 -08:00
martinalong
34aedadb6a
Merge branch 'main' into @aminejv/filter-updates 2021-11-29 13:34:27 -08:00
martinalong
af3f5d820c
Merge pull request #1014 from filecoin-project/@tarafanlin/new-landing
@tarafanlin/new landing
2021-11-29 13:10:17 -08:00
Aminejv
e8f29c10a8 feat(Filter): remove filter state 2021-11-29 18:43:42 +01:00
Aminejv
de5bafe58f feat(constants): add intercomWidget to sizes 2021-11-29 18:43:42 +01:00
Aminejv
d65162d916 feat(ImageObjectPreview): prevent reloading images that are cached by the browser 2021-11-29 18:43:42 +01:00
Aminejv
2e7606a4e9 feat(filter-utilities): simplify filtering structure 2021-11-29 18:43:41 +01:00
Aminejv
2827589e45 feat(ApplicationHeader): update header's height 2021-11-29 18:43:41 +01:00
Aminejv
779bbac89e feat(Filter): remove filter-files worker 2021-11-29 18:43:41 +01:00
tarafanlin
30026b77dd fix styling bugs 2021-11-24 11:38:48 -08:00
Aminejv
43b87e798c feat(Upload): display files uploaded by actions.saveCopy in the upload queue 2021-11-22 18:29:13 +01:00
Aminejv
f189affcbb feat(GlobalCarousel): add save button 2021-11-22 09:38:02 +01:00
Aminejv
93be2f3e15 fix(GlobalCarousel/MoreInfo): display no preview image when the user visits a file from an external link 2021-11-21 17:27:54 +01:00
Martina
05d440fd28 edited svgs to all have display: block 2021-11-21 17:27:54 +01:00
tarafanlin
decf1ec642 landing page wip with updated content 2021-11-17 13:21:37 -08:00
tarafanlin
a0e16e00c3 rebase with main 2021-11-17 13:21:25 -08:00
Martina
d9e2c89659 added standalone file page and edited share modal to use it 2021-11-16 16:52:19 -08:00
Martina
dd386ba452 edits to fix the functioning of getImageUrlIfExists 2021-11-16 13:20:29 -08:00
martinalong
64956cc1aa
Merge pull request #1004 from filecoin-project/@martinalong/denormalize-slate-previews
@martinalong/denormalize slate previews
2021-11-15 14:44:23 -08:00
martinalong
8b87ea908d
Merge pull request #982 from filecoin-project/@tarafanlin/carousel-tweaks
nit styling changes
2021-11-15 14:20:28 -08:00
Martina
caa9193c0c fixed some edge cases that weren't updating correctly 2021-11-15 14:11:22 -08:00
Martina
06793ee36b fixed some bugs caught during testing 2021-11-11 17:44:14 -08:00