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: Update extension banner experiment #4008

Merged
merged 9 commits into from
Dec 20, 2024
Merged

feat: Update extension banner experiment #4008

merged 9 commits into from
Dec 20, 2024

Conversation

AmarTrebinjac
Copy link
Contributor

@AmarTrebinjac AmarTrebinjac commented Dec 19, 2024

Changes

Update extension experiment banner with new changes. Unsure if this needs a logEvent. Asked Ido for clarification.

Changes from quick sync with Tsahi:

  • Avatar and text same line
  • Adjust gap between sections
  • Let left side grow
  • Only for experiment

Added icon size 48 because this is the size from the design, but the icons in the banner were slightly bigger before.

examples:
Screenshot 2024-12-20 at 01 00 48
Screenshot 2024-12-20 at 01 01 36
Screenshot 2024-12-20 at 01 01 54
Screenshot 2024-12-20 at 01 02 18

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

Copy link

vercel bot commented Dec 19, 2024

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

Name Status Preview Updated (UTC)
daily-webapp ✅ Ready (Inspect) Visit Preview Dec 20, 2024 11:36am
1 Skipped Deployment
Name Status Preview Updated (UTC)
storybook ⬜️ Ignored (Inspect) Dec 20, 2024 11:36am

@AmarTrebinjac AmarTrebinjac changed the title Mi 703 chore: Update extension banner experiment Dec 19, 2024
@AmarTrebinjac AmarTrebinjac changed the title chore: Update extension banner experiment feat: Update extension banner experiment Dec 19, 2024
@AmarTrebinjac AmarTrebinjac marked this pull request as ready for review December 20, 2024 00:02
@AmarTrebinjac AmarTrebinjac requested a review from a team as a code owner December 20, 2024 00:02
Copy link
Member

@sshanzel sshanzel left a 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;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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',
Copy link
Member

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?

Copy link
Contributor Author

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 😄

Copy link
Contributor

@rebelchris rebelchris left a 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 :)

@AmarTrebinjac AmarTrebinjac merged commit 12eecb3 into main Dec 20, 2024
10 checks passed
@AmarTrebinjac AmarTrebinjac deleted the MI-703 branch December 20, 2024 12:02
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.

3 participants