Skip to content

Jetpack pages: Adjust maximum container width to 1040px#47350

Open
zaguiini wants to merge 9 commits intotrunkfrom
dotcom-16126-other-pages
Open

Jetpack pages: Adjust maximum container width to 1040px#47350
zaguiini wants to merge 9 commits intotrunkfrom
dotcom-16126-other-pages

Conversation

@zaguiini
Copy link
Contributor

@zaguiini zaguiini commented Feb 26, 2026

Closes DOTCOM-16126.

Proposed changes

My Jetpack

zaguinibusiness3y wpcomstaging com_wp-admin_admin php_page=my-jetpack (1)

My Jetpack Instertitial (/admin.php?page=my-jetpack#/jetpack-ai and admin.php?page=my-jetpack#/protect-details)

zaguinibusiness3y wpcomstaging com_wp-admin_admin php_page=my-jetpack (2)

Jetpack Dashboard / Settings

zaguinibusiness3y wpcomstaging com_wp-admin_admin php_page=jetpack

Jetpack Vaultpress Backup

zaguinibusiness3y wpcomstaging com_wp-admin_admin php_page=jetpack-backup

Jetpack product discussion

p1771956593002369-slack-C0AGM2YP9GW.

Does this pull request change what data or activity we track or use?

No.

Testing instructions:

Apply this Jetpack build to your Simple and Atomic sites and review the changes indicated above, ensuring the page contents are 1040px wide and narrow as the screen gets smaller.

You'll need to install Jetpack Beta Tester and activate the beta for Jetpack, Jetpack Backup and Jetpack Boost.

Changelog

  • Generate changelog entries for this PR (using AI).

@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (Jetpack or WordPress.com Site Helper), and enable the dotcom-16126-other-pages branch.
  • To test on Simple, run the following command on your sandbox:
bin/jetpack-downloader test jetpack dotcom-16126-other-pages
bin/jetpack-downloader test jetpack-mu-wpcom-plugin dotcom-16126-other-pages

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@github-actions github-actions bot added [JS Package] Base Styles [JS Package] Components [JS Package] IDC [Package] My Jetpack [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Super Cache A fast caching plugin for WordPress. [Status] In Progress Admin Page React-powered dashboard under the Jetpack menu RNA labels Feb 26, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Review, ...).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Make sure to test your changes on all platforms that it applies to. You're responsible for the quality of the code you ship.
  3. You can use GitHub's Reviewers functionality to request a review.
  4. When it's reviewed and merged, you will be pinged in Slack to deploy the changes to WordPress.com simple once the build is done.

If you have questions about anything, reach out in #jetpack-developers for guidance!


Jetpack plugin:

The Jetpack plugin has different release cadences depending on the platform:

  • WordPress.com Simple releases happen as soon as you deploy your changes after merging this PR (PCYsg-Jjm-p2).
  • WoA releases happen weekly.
  • Releases to self-hosted sites happen monthly:
    • Scheduled release: March 3, 2026
    • Code freeze: March 3, 2026

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Boost plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Super Cache plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.

@github-actions github-actions bot added the [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. label Feb 26, 2026
@jp-launch-control
Copy link

jp-launch-control bot commented Feb 26, 2026

Code Coverage Summary

1 file is newly checked for coverage.

File Coverage
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/footer.tsx 0/2 (0.00%) 💔

Full summary · PHP report · JS report

Coverage check overridden by I don't care about code coverage for this PR Use this label to ignore the check for insufficient code coveage. .

@zaguiini zaguiini force-pushed the dotcom-16126-other-pages branch from f886f1a to 181eecc Compare February 26, 2026 17:43
@zaguiini zaguiini marked this pull request as ready for review February 26, 2026 17:43
Copilot AI review requested due to automatic review settings February 26, 2026 17:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Standardizes admin UI container sizing by updating various Jetpack-related products/packages to use a 1040px maximum content width (replacing 1128px and other widths), with some related layout refinements (notably in My Jetpack tab panel/footer rendering).

Changes:

  • Reduced max container widths to 1040px across several plugins/packages (Jetpack, Boost, Super Cache, IDC, shared components/base styles, My Jetpack).
  • Refactored My Jetpack tab panel footer rendering to use a shared footer wrapper component and updated full-width background styling.
  • Added changelog entries across impacted projects/packages.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
projects/plugins/super-cache/styling/dashboard.css Updates --max-container-width to 1040px for Super Cache admin UI.
projects/plugins/super-cache/changelog/ui-max-width-1040px-all-pages Changelog entry for Super Cache UI width update.
projects/plugins/jetpack/changelog/ui-max-width-1040px-all-pages Changelog entry for Jetpack UI width update.
projects/plugins/jetpack/_inc/client/scss/shared/_main.scss Aligns Jetpack shared containers to 1040px and adjusts responsive breakpoint.
projects/plugins/boost/changelog/ui-max-width-1040px-all-pages Changelog entry for Boost UI width update.
projects/plugins/boost/app/assets/src/js/layout/footer/footer.module.scss Minor footer signature spacing adjustment.
projects/plugins/boost/app/assets/src/css/main/dashboard.scss Updates Boost container sizing/padding and container max width calculation.
projects/packages/my-jetpack/changelog/ui-max-width-1040px-all-pages Changelog entry for My Jetpack UI width update.
projects/packages/my-jetpack/_inc/components/product-interstitial/_mixins.scss Aligns product interstitial wrappers to 1040px.
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/styles.module.scss Adjusts tab panel layout and introduces full-width background treatments.
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/overview/styles.module.scss Removes now-redundant overview footer styles (moved to shared footer).
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/overview/content.tsx Switches overview footer markup to shared MyJetpackTabPanelFooter.
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/index.tsx Wraps tab panel in layout Container/Col for consistent width behavior.
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/help/styles.module.scss Removes old footer container styles; keeps header typography as a class.
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/help/footer.tsx Refactors Help footer to use shared MyJetpackTabPanelFooter.
projects/packages/my-jetpack/_inc/components/my-jetpack-tab-panel/footer.tsx Introduces shared footer wrapper component.
projects/packages/my-jetpack/_inc/components/my-jetpack-screen/styles.module.scss Removes page-header padding overrides.
projects/js-packages/idc/components/idc-screen/style.scss Updates IDC screen sizing to 1040px and replaces left border with pseudo-element.
projects/js-packages/idc/changelog/ui-max-width-1040px-all-pages Changelog entry for IDC UI width update.
projects/js-packages/components/components/jetpack-footer/style.scss Updates shared Jetpack footer max width to 1040px.
projects/js-packages/components/changelog/ui-max-width-1040px-all-pages Changelog entry for components UI width update.
projects/js-packages/base-styles/style.scss Aligns base-styles grid max width to 1040px (tablet-up).
projects/js-packages/base-styles/changelog/ui-max-width-1040px-all-pages Changelog entry for base-styles UI width update.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zaguiini zaguiini added the I don't care about code coverage for this PR Use this label to ignore the check for insufficient code coveage. label Feb 26, 2026
@taipeicoder
Copy link
Contributor

@ederrengifo @keoshi @grbicsanja @ilonagl - looping you all in for design input. I've attached a recording for before (black) / after (red) comparisons of the My Jetpack screens.

jetpack-widths.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Admin Page React-powered dashboard under the Jetpack menu I don't care about code coverage for this PR Use this label to ignore the check for insufficient code coveage. [JS Package] Base Styles [JS Package] Components [JS Package] IDC [Package] Backup [Package] My Jetpack [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Super Cache A fast caching plugin for WordPress. RNA [Status] In Progress [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants