-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: onboarding follow sources #3867
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@@ -53,8 +59,7 @@ export const OnboardingHeader = ({ | |||
position={LogoPosition.Relative} | |||
linkDisabled | |||
/> | |||
{(activeScreen === OnboardingStep.EditTag || | |||
activeScreen === OnboardingStep.ContentTypes) && ( | |||
{showButtonOnScreens.includes(activeScreen) && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More readable in my opinion
@@ -148,6 +148,7 @@ export default { | |||
6: '0.375rem', | |||
8: '0.5rem', | |||
10: '0.625rem', | |||
11: '0.6875rem', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed for inner border, else @omBratteng would get angry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the comment with video
Tested in preview, and it works fine |
Changes
Add option to follow sources during onboarding.
Initial source recommendations are based on tags you selected:
You can also search:
Events
Did you introduce any new tracking events?
Experiment
Did you introduce any new experiments?
Manual Testing
Caution
Please make sure existing components are not breaking/affected by this PR
AS-678 #done
Preview domain
https://as-678-follow-sources-onboarding.preview.app.daily.dev