-
Notifications
You must be signed in to change notification settings - Fork 91
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
chore(sidebarwidgets): refresh styles #1841
Conversation
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.
Great work @dancormier. Code changes make sense to me. I found only a small issue with a variant of the visual tests (see 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.
small-bold-headers
screenshots look odd. We might need to add a s-sidebarwidget--content
sibling element in the test setup because the header element by itself behave strangely not leaving enough padding at the bottom. This is probably because you are not supposed to use a header element in isolation.
@dancormier I have spent some time trying to fix this but unfortunately it doesn't look netlify is honoring the I talked to @abovedave and as a first step we can reach out to them for support via email. |
❌ Deploy Preview for stacks failed. Why did it fail? →
|
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 but would still wait for a check from @andrewmeacham
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 great!
STACKS-673
This PR refreshes styles for the Stacks Sidebar Widget component, per the Figma.
How to test
Tip
Netlify deploy previews are not working right now, so you'll need to run this locally to see the changesDev preview
STACKS-673/sidebarwidget-style-refresh
) locally and run it (npm i && npm run start
), head to the sidebar widgets docs page to see the changesScreenshots
Basic
Before
After
Navigation
Before
After
Header actions
Before
After
Accordion
Before
After