Skip to content
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

Merged
merged 11 commits into from
Nov 22, 2024
Merged

Conversation

rebelchris
Copy link
Contributor

@rebelchris rebelchris commented Nov 22, 2024

Changes

Add option to follow sources during onboarding.

Initial source recommendations are based on tags you selected:
Screenshot 2024-11-21 at 14 49 40

You can also search:
Screenshot 2024-11-21 at 14 49 46

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

Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
daily-webapp ✅ Ready (Inspect) Visit Preview Nov 22, 2024 0:12am
1 Skipped Deployment
Name Status Preview Updated (UTC)
storybook ⬜️ Ignored (Inspect) Nov 22, 2024 0:12am

@@ -53,8 +59,7 @@ export const OnboardingHeader = ({
position={LogoPosition.Relative}
linkDisabled
/>
{(activeScreen === OnboardingStep.EditTag ||
activeScreen === OnboardingStep.ContentTypes) && (
{showButtonOnScreens.includes(activeScreen) && (
Copy link
Contributor Author

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',
Copy link
Contributor Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

@omBratteng
Copy link
Member

review.mp4

It sometimes falls back to initial data while it's pending.
And search input field changes width
image
image

Copy link
Member

@omBratteng omBratteng left a 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

@omBratteng
Copy link
Member

Tested in preview, and it works fine

@rebelchris rebelchris merged commit 8abe6a2 into main Nov 22, 2024
10 checks passed
@rebelchris rebelchris deleted the AS-678-follow-sources-onboarding branch November 22, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants