Miguel San Segundo
Miguel San Segundo
> Is there any functionality loss? If it is only guidance, seems fine to me. Yes, there is functionality loss because the items in [empty-list-view](https://github.com/Automattic/wp-calypso/blob/trunk/client/my-sites/subscribers/components/empty-list-view/empty-list-view.tsx) are only links to support...
Just did a quick test to see if Launchpad would work with Jetpack sites and found that the API returns a 404 `rest_no_route`. https://github.com/Automattic/wp-calypso/assets/1881481/100b1f5d-7b02-445e-965d-4ed0301061a3
> Yep, linking to site editor in .com is fine (assuming it'll end up in wp-admin instead of iframed eventually). Initially, I solved that in https://github.com/Automattic/wp-calypso/pull/87684/commits/a53a5dc5a09bf83a0946bd0abb62c1bc78ddaa2f but then reverted it...
The fix has been deployed, and this bug won't be reproducible on newly created sites. See pbxlJb-5Kl-p2#comment-3740
cc: @josephscott @mreishus in case this is a performance issue that they can help with.
When looking for a code example to open the Help Center programmatically, I found the PR https://github.com/Automattic/wp-calypso/pull/93247 and the logic in the file https://github.com/Automattic/wp-calypso/blob/28740d3224a8fc659adc6d056ad6b424826bbe7d/packages/help-center/src/hooks/use-action-hooks.ts#L34 However, that mechanism that uses the...
Just noting that we fixed a somehow-related issue with https://github.com/Automattic/jetpack/pull/39010
> the code where migrations configure site options / atomic transfers? The site options that are migrated from simple to atomic are in a whitelist that contains `wpcom_coming_soon` and `wpcom_public_coming_soon`....
We have fixed a similar error in another screen by using the function [openLinksInParentFrame](https://github.com/Automattic/wp-calypso/blob/61ec712d83c853cc931ba925536445c79413fd39/apps/wpcom-block-editor/src/calypso/features/iframe-bridge-server.js#L544C16-L544C38). See https://github.com/Automattic/wp-calypso/issues/83472
> Reproducing something consistently with these steps: I can reproduce that, the Manage Patterns link changes as you described. I'm going to debug it now. The error `refused to connect`...