-
Notifications
You must be signed in to change notification settings - Fork 30
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: Add support for fixed/small/slow-IV container type #4767
Conversation
Size Change: +192 B (0%) Total Size: 1.63 MB
ℹ️ View Unchanged
|
f9a36e6
to
2d2bf57
Compare
2d2bf57
to
2ebcd02
Compare
parameters: { | ||
chromatic: { | ||
viewports: [ | ||
breakpoints.mobile, |
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.
If we're planning on adding all these breakpoints for every type of container we probably need to find a way to give chromatic some kind of focus so that it only checks files that could have changed.
This might be some help? https://www.chromatic.com/docs/turbosnap
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.
If we're planning on adding all these breakpoints for every type of container we probably need to find a way to give chromatic some kind of focus so that it only checks files that could have changed.
This might be some help? https://www.chromatic.com/docs/turbosnap
Interesting. It's hard to say if this is a good option for us or not, I think the write up at the link you gave (thanks) is fairly accurate in being hesitant but if this does work the way we want it to then it could be a big win
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.
Raised #4768 for this, tried to explain the incompatibility the way I understand it in this PR
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.
Very cool
Co-authored-by: Oliver Lloyd <[email protected]>
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.
Looks good!!
What does this change?
Adds the
fixed/small/slow-IV
container type!Why?
More fronts!
Screenshots