-
Notifications
You must be signed in to change notification settings - Fork 584
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(ONYX-1539): add quick links A/B test #11585
feat(ONYX-1539): add quick links A/B test #11585
Conversation
@@ -92,7 +96,7 @@ export const Section: React.FC<SectionProps> = ({ section, ...rest }) => { | |||
case "HomeViewSectionTasks": | |||
return <HomeViewSectionTasksQueryRenderer sectionID={section.internalID} {...rest} /> | |||
case "HomeViewSectionNavigationPills": { | |||
if (enableNavigationPills) { | |||
if (enableNavigationPills && quickLinksExperimentEnabled && variant === "variant-a") { |
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.
is the name of variant-a
intentional here? we usually use experiment
when choosing between two variants
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.
Good point, addressed
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! 👍🏼
This PR resolves ONYX-1539
Description
Add quick links A/B test
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.