-
Notifications
You must be signed in to change notification settings - Fork 9
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(homepage): add previews for side layout #1490
Conversation
5817af5
to
a5a18cd
Compare
5e6737e
to
8df3ba8
Compare
c0a7df6
to
d136426
Compare
8df3ba8
to
26cc73d
Compare
d136426
to
1f014a9
Compare
26cc73d
to
76c0b19
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.
Just to confirm, is dropdown not enabled for side section layout? Should we be disabling the button?
@@ -0,0 +1,7 @@ | |||
.mb4 { |
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 should shift to use the padding and margin helpers for consistency.
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.
this was raised prior to the helpers... i don't want to block so i'll probably do as a follow-up; is that ok with you?
style={{ | ||
paddingTop: "106px", | ||
paddingBottom: "106px", | ||
paddingLeft: "84px", | ||
paddingRight: "84px", | ||
}} |
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.
nit: this seems very specific, are we able to use any of the padding helpers?
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.
see above - good point and you're absolutely right but i'll do it in another 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.
Shucks I meant for all my comments to be done in a separate PR, psps
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
e59b674
to
7e3f899
Compare
a6b1f7c
to
a0ea13b
Compare
Problem
Previously, homepage did not have any previews for the hero side layout. This PR adds the previews in.
Solution
Screenshots
Tests