-
Notifications
You must be signed in to change notification settings - Fork 238
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: Update extension banner experiment #4008
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
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.
Looks good to me! 🚀
@@ -10,6 +11,7 @@ interface ClassName { | |||
} | |||
|
|||
interface OnboardingHeadlineProps { | |||
avatar?: ReactElement; |
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.
avatar?: ReactElement; | |
avatar?: ReactNode; |
const { showLogin } = useAuthContext(); | ||
|
||
return ( | ||
<BottomBannerContainer | ||
className={classNames( | ||
'gap-24 border-t border-accent-cabbage-default py-10 shadow-3 laptopL:gap-32', |
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.
Are these classes removed as intended?
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.
@sshanzel Yeah, design has 40px gap between the sections and Tsahi specifically mentioned the gap sized in the sync 😄
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.
Overall looks good, trust you tested it visually in both states :)
… title2 on social and user
Changes
Update extension experiment banner with new changes. Unsure if this needs a logEvent. Asked Ido for clarification.
Changes from quick sync with Tsahi:
Added icon size 48 because this is the size from the design, but the icons in the banner were slightly bigger before.
examples:
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
Preview domain
https://mi-703.preview.app.daily.dev
MI-703 #done