-
Notifications
You must be signed in to change notification settings - Fork 22
Free Listings + Paid Ads: Add the boost product listings section #1649
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
Free Listings + Paid Ads: Add the boost product listings section #1649
Conversation
function FeatureList() { | ||
const featuresItems = [ | ||
{ | ||
Icon: GridiconCheckmark, | ||
content: __( | ||
'Promote your products across Google Search, YouTube, Display, Discover, Maps, Gmail, and more.', | ||
'google-listings-and-ads' | ||
), | ||
}, | ||
{ | ||
Icon: GridiconCheckmark, | ||
content: __( | ||
'Set a daily budget, and only pay when someone clicks.', | ||
'google-listings-and-ads' | ||
), | ||
}, | ||
{ | ||
Icon: GridiconGift, | ||
content: __( | ||
'Claim $500 in ads credit when you spend your first $500 with Google Ads. Terms and conditions apply.', | ||
'google-listings-and-ads' | ||
), |
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.
💅 Possible to divide the components in multiple files? 1 per component?
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.
Thanks for the suggestion. However, I lean toward keeping the component here because it is not used by others and it's a plain component.
loading={ completing === 'skip-ads' } | ||
disabled={ completing === 'complete-ads' } |
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.
💅 WDYT about using some constants here?
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 I tested locally.. Left some comments in code but they are minor. Approved in advance. |
Thanks for the review, @puntope
I believe this problem relates to issue #1641 and has been fixed by #1642. |
Changes proposed in this Pull Request:
This PR implements a part UI of 📌 Boost product listings section in #1610.
💡 The ad previews will be added by a subsequent PR.
Screenshots:
Detailed test instructions:
Changelog entry