-
Notifications
You must be signed in to change notification settings - Fork 30
Include Labs redesign switch in Front decisions #14512
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
Conversation
510577a to
425cd60
Compare
| title, | ||
| showSectionColours, | ||
| ) | ||
| {!isLabs && !showLabsRedesign && ( |
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.
Only including this now as a way to "use" the newly introduced props to avoid linting warnings
| if (collection.containerPalette === 'Branded') { | ||
| if ( | ||
| collection.containerPalette === 'Branded' && | ||
| !showLabsRedesign |
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.
We won't render the container redesign here, we'll do it in FrontSection instead. So this will only run if the switch is off
425cd60 to
f0a9f33
Compare
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
deedeeh
left a comment
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 @cemms1 for doing this to smooth the process of working on Labs redesign ✨
What does this change?
Prepare for Labs redesign work by including the switch added in frontend
There should be no visual changes in this PR
Why?
To allow us to develop safely and incrementally while we work on implementing the new designs