You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fortunately, we only need a less fine-grained approach (i.e. we don't need feature granularity -- plugin granularity should be enough, e.g. VaultPress corresponds to the 'Backups and Scanning' step, Akismet to 'Spam Protection'). Should be enough to select plugins = getPluginsForSite( state, siteId, false ) in connect(), and do something like
This can now be closed - we're doing it in a different way than what's suggested here though. Installation, activation and configuration now happens on the server side, and the following PRs were responsible for making the "pending" state be displayed on the client.
To reflect e.g. ongoing VaultPress or Akismet installation/setup/provisioning.
Draw inspiration from https://github.com/Automattic/wp-calypso/blob/master/client/my-sites/checkout/checkout-thank-you/jetpack-thank-you-card.jsx.
Fortunately, we only need a less fine-grained approach (i.e. we don't need feature granularity -- plugin granularity should be enough, e.g. VaultPress corresponds to the 'Backups and Scanning' step, Akismet to 'Spam Protection'). Should be enough to select
plugins = getPluginsForSite( state, siteId, false )
inconnect()
, and do something likewp-calypso/client/my-sites/checkout/checkout-thank-you/jetpack-thank-you-card.jsx
Lines 484 to 497 in 5e62832
The text was updated successfully, but these errors were encountered: