Aminejv
|
42a81b9e0c
|
feat(CTATransition): update to match new auth design
|
2021-12-14 17:54:08 +01:00 |
|
Aminejv
|
ff291afe05
|
feat(SceneAuth): handle authentication via params
|
2021-12-14 17:50:23 +01:00 |
|
Aminejv
|
8778e58c9c
|
feat(useHooks/(useField & useForm)): return submit function
|
2021-12-14 17:50:23 +01:00 |
|
Aminejv
|
78f0cc06b6
|
fix(Search & SceneFilesFolder & SceneSlate): fix empty state layout
|
2021-12-14 17:50:21 +01:00 |
|
Aminejv
|
40af7cfcce
|
feat(ApplicationHeadder): only render UserActions when the user is authenticated
|
2021-12-14 17:29:45 +01:00 |
|
Aminejv
|
d080c5ad6f
|
feat(Jumper): export Jumper and MobileJumper from system/fragments
|
2021-12-14 17:23:50 +01:00 |
|
Aminejv
|
db2949b5c1
|
fix(EmptyState): update mobile empty state
|
2021-12-14 17:23:50 +01:00 |
|
Aminejv
|
3d7dc91d2a
|
feat(ObjectPreview): add mobile actions
|
2021-12-14 17:23:50 +01:00 |
|
Aminejv
|
e071149a99
|
feat(Onboarding/Tags): update onboarding to support mobile design
|
2021-12-14 17:23:50 +01:00 |
|
Aminejv
|
8698040e6b
|
feat(ObjectPreview): pass isMobile props
|
2021-12-14 17:23:49 +01:00 |
|
Aminejv
|
d0269ab112
|
feat(Onboarding/Upload): add mobile jumpers to onboarding
|
2021-12-14 17:22:01 +01:00 |
|
Aminejv
|
69cee75d31
|
fix(EmptyState): remove upload button and use an icon instead
|
2021-12-14 17:21:01 +01:00 |
|
Aminejv
|
75ed38d9e2
|
feat(Onboarding/Tags): update privacy popup
|
2021-12-14 17:21:01 +01:00 |
|
Aminejv
|
0b2d938c8b
|
feat(Onboarding/Upload):
- add PrivacyAndSecurityOnboarding
- add ExtensionOnboarding
- update onboarding steps
|
2021-12-14 17:21:01 +01:00 |
|
Aminejv
|
a502d79065
|
feat(Popup): change position from right to left
|
2021-12-14 17:21:01 +01:00 |
|
Aminejv
|
849f6b7689
|
feat(hooks): add checkIfExtensionIsDownloaded
|
2021-12-14 17:21:01 +01:00 |
|
Aminejv
|
6c7d882246
|
feat(auth): add auth footer to SceneAuth and SceneSurvey
|
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
|
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 |
|