Commit Graph

3215 Commits

Author SHA1 Message Date
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
05569af2c6 feat(Jumper):
- move Jumper component to system/components/fragments

- add mobile jumper to system/components/fragments
2021-12-14 17:21:01 +01:00
Aminejv
4cdd86891a feat(Onboarding/Upload): update viewer when reaching final step 2021-12-14 17:20:59 +01:00
Aminejv
f91254e27e feat(ObjectPreviewPrimitive): add tags button 2021-12-14 16:56:19 +01:00
Aminejv
5fe52af823 feat(Onboarding/Tags): add tags onboarding 2021-12-14 16:56:19 +01:00
Aminejv
9a48542b00 feat(ModalPortal): stop event propagation 2021-12-14 16:56:19 +01:00
Aminejv
98acf280f5 feat(Upload): integrate onboarding with upload 2021-12-14 16:56:18 +01:00
Aminejv
64ca2a385c feat(Onboarding): add Onboarding components 2021-12-14 16:51:18 +01:00
Aminejv
6affa2e90e feat(Jumper): add withOverlay and withDismissButton props 2021-12-14 16:51:18 +01:00
Aminejv
4baa80b837 feat(EmptyState): update dataview empty state 2021-12-14 16:51:05 +01:00
Aminejv
9c6d2f9087 feat(DownloadExtensionButton): add DownloadExtensionButton component 2021-12-14 16:50:29 +01:00
Aminejv
440802987f feat(Buttons): add link to ButtonSecondary 2021-12-14 16:50:29 +01:00
Aminejv
7248908bc1 feat(Constants): order z-indices 2021-12-14 16:50:29 +01:00
Aminejv
8399c0d8c3 feat(SceneSurvey): use onAction({type:Navigate}) when submitting a survey 2021-12-14 16:50:29 +01:00
Aminejv
d527b9a2e1 fix(SceneSurvey): hide privacy warning 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
095ccc63ab fix(BackgroundGenerator): generate one background per session 2021-12-14 16:50:29 +01:00
Aminejv
43cfe3c960 fix(survey): mobile tweaks 2021-12-14 16:50:26 +01:00
Aminejv
4050d2a2c3 chore(survey): rename ownerId param to userId to match other tables 2021-12-14 16:49:19 +01:00
Aminejv
150ea7710f feat(survey): delete survey when deleting a user 2021-12-14 16:49:19 +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
c6482e64e3 feat(SceneSurvey): add same wrapper as auth 2021-12-14 16:49:18 +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
e151b74bbe fix(SignUpPopover): height overflowing 2021-12-14 16:48:27 +01:00
Aminejv
ead69d141a feat(survey): add createSurvey action 2021-12-14 16:48:27 +01:00
Aminejv
00ee322ee0 feat(survey): add api/surveys/create endpoint 2021-12-14 16:48:27 +01:00
Aminejv
9c5e2e87dc feat(survey): add data methods 2021-12-14 16:48:27 +01:00
Aminejv
66254a8d99 feat(survey): added survey table 2021-12-14 16:48:27 +01:00
Martina
44b8e0d9af delete slate when removed the last file from it 2021-12-13 14:19:46 -08:00
Martina
0a5281b29b fixed incorrect id used for sceneslate file id 2021-12-13 14:17:21 -08:00
Martina
ee04e0addd deleting SearchModal.js because no longer used 2021-12-13 13:40:19 -08:00
Martina
6109d1982f moved alert to bottom of page so don't have to worry about positioning 2021-12-13 13:35:08 -08:00
martinalong
27913b1789
Merge pull request #1039 from filecoin-project/@martinalong/id-based-file-routing
switched to id based carousel routing
2021-12-13 13:27:29 -08:00
Martina
2ad80f2811 switched to id based carousel routing 2021-12-13 13:27:03 -08:00
martinalong
07ab8caa2a
Merge pull request #1038 from filecoin-project/@martinalong/profile-pages
Integrated profile and slate pages
2021-12-13 12:34:30 -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
c0f918f8c6 added default to first slate in a profile, and redirect to data for own profile 2021-12-13 12:31:59 -08:00
Martina
3c290bf0e1 setup profiles in new format 2021-12-13 12:31:59 -08:00
Martina
49c94daa47 fixed bugs with navigating between profile slate pages 2021-12-13 12:31:59 -08:00
Martina
538b931309 added profile page 2021-12-13 12:31:59 -08:00
martinalong
b2a5670a56
Update README.md 2021-12-08 13:06:22 -08:00
martinalong
9106c47a06
Merge pull request #973 from filecoin-project/@aminejv/filter-updates
Add tags to the filter sidebar
2021-11-29 13:34:46 -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
791665d861 feat(Search): show search result when user is not logged in 2021-11-29 20:36:40 +01:00