-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Untangling: apply new design to Settings -> Administration -> Reset your site #96488
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~17 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
4365686
to
ff6a8ae
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.
I noticed that too, but it's existing behavior. The more I work on these pages, the more I discovered unmaintained "broken" links 😭 |
ff6a8ae
to
3914758
Compare
Thanks for catching them, fixed & merging... |
This Pull Request is now available for translation here: https://translate.wordpress.com/deliverables/17008434 Some locales (Hebrew, Japanese) have been temporarily machine-translated due to translator availability. All other translations are usually ready within a few days. Untranslated and machine-translated strings will be sent for translation next Monday and are expected to be completed by the following Friday. Thank you @fushar for including a screenshot in the description! This is really helpful for our translators. |
Created: |
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.
Hi all, just wanted to check whether it was intentional not to feature-flag this change. I've just happened to stumble across the Site Reset and Delete Site pages, and it feels very out-of-place on production right now.
The card doesn't have sufficient width, and the button collapses onto the next line when I enter my site address. Wonder if that's a bug worth fixing? Thanks!
Translation for this Pull Request has now been finished. |
Fixes https://github.com/Automattic/dotcom-forge/issues/9861
Proposed Changes
This PR applies the global design layout to the "Reset your site" flow:
Note
Highlights information that users should take into account, even when skimming.
This also updates the layout in production, i.e. when the flag is not enabled yet. I think it's fine, because the flow is isolated so overall it's still consistent on its own. I don't think it is worth it to further complicate the code to retain the old layout...
Why are these changes being made?
pbxlJb-6ye-p2
Testing Instructions
/sites
Reset your site
button/settings/general/:slug
, click Reset your site, at the bottom, and verify you can still complete the flow.Pre-merge Checklist