[PageLayout] Add new layout option PageLayout.Sidebar#7521
[PageLayout] Add new layout option PageLayout.Sidebar#7521
PageLayout.Sidebar#7521Conversation
|
|
👋 Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Or, apply the |
|
👋 Hi from github/github-ui! Your integration PR is being built, you can follow the progress here: https://github.com/github/github-ui/actions/runs/21870400950 |
PageLayout.Sidebar
Closes #
PageLayout handles the layout for many pages across GH, and comes with 4 sub-components to define a layout (header, content, pane, footer). This PR adds an additional sub-component for side content.
We currently utilize
paneto encapsulate content adjacent to the content and directly underneath the header. We do not offer a way to "escape" the main layout and add content adjacent to it.Changelog
New
Changed
Removed
Rollout strategy
Testing & Reviewing
Merge checklist