-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: Add newsletter signup to bottom banner (SCE-29) #1116
Conversation
9465810
to
8032f93
Compare
6a0e760
to
ae2edd4
Compare
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.
LGTM! Thanks for adding the e2e test too 🙏 !
@@ -79,4 +79,10 @@ export enum EVENTS { | |||
DOCUMENTATION_CLICK_NAV = "DOCUMENTATION_CLICK_NAV", | |||
CELL_GUIDE_CLICK_NAV = "CELL_GUIDE_CLICK_NAV", | |||
DE_CLICK_NAV = "DE_CLICK_NAV", | |||
|
|||
NEWSLETTER_SIGNUP_SUCCESS = "NEWSLETTER_SIGNUP_SUCCESS", |
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.
I see that you have a reminder to add events to Plausible already 👍 Thanks so much!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1116 +/- ##
=======================================
Coverage 77.60% 77.60%
=======================================
Files 92 92
Lines 7162 7162
=======================================
Hits 5558 5558
Misses 1604 1604
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
https://dynamic-mouse.dev-sc.dev.czi.team/d/super-cool-spatial.cxg/
Added Newsletter Signup modal to bottom banner
Extracted to a child component
Moved hooks and functions to
connect
Added e2e test
Added analytics + plausible
Based on this reverted PR