-
Notifications
You must be signed in to change notification settings - Fork 26
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
refactor: max width layout #4500
base: main
Are you sure you want to change the base?
Conversation
@@ -20,24 +19,21 @@ const ErrorPage = () => { | |||
}, [profile]) | |||
|
|||
return ( | |||
<Layout> |
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.
When this page was rendering (when the listing call fails on the listing view page) the header and footer were actually rendering twice.
✅ Deploy Preview for partners-bloom-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Couldn't find any difference!!!
Is this good to merge @emilyjablonski? |
Description
A refactor based on Detroit work. We don't currently have a layout component unrelated to markdown content that sets up default page margin and padding. This PR adds that generic layout using Seeds tokens.
No related issue.
How Can This Be Tested/Reviewed?
In the places where we are using MarkdownSection where we aren't using markdown in the content, I transition to the MaxWidthLayout component.
You can compare an invalid link like https://bloom.exygy.dev/bonk to this PR's preview to see a place where the new layout is being used.
Author Checklist:
yarn generate:client
and/or created a migration when requiredReview Process: