Imports: Remove routing for onboarding flow query param#101605
Imports: Remove routing for onboarding flow query param#101605
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: App Entrypoints (~73 bytes removed 📉 [gzipped]) DetailsCommon code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Sections (~3841 bytes removed 📉 [gzipped]) DetailsSections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Async-loaded Components (~500 bytes added 📈 [gzipped]) DetailsReact components that are loaded lazily, when a certain part of UI is displayed for the first time. 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. |
andres-blanco
left a comment
There was a problem hiding this comment.
The importers screen shows up fine, but there's something broken in the CSS when selecting the WordPress option.
Screen.Recording.2025-03-19.at.3.45.01.PM.mov
daledupreez
left a comment
There was a problem hiding this comment.
It also looks like the importerList function was added in #85830 - we should also clean that up.
It will probably get fixed by a rebase. At least that's what happened here |
5817f5f to
aadafac
Compare
|
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 |
|
I've rebased! @andres-blanco I couldn't play the video clip and I'm not seeing anything weird in the CSS when I click on the WordPress option. |
Related to #101382
Proposed Changes
Visual
Before
After
Why are these changes being made?
Testing Instructions
Pre-merge Checklist