-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling Staging Site Syncing for WooCommerce (#94280)
* Spin up 'Staging Site Syncing for WooCommerce ' branch * Add allow_woo_sync param on usePullFromStagingMutation API call. * Style sync warning and display only for woo sites * Display add staging site warning only when the site has WooCommerce installed; Style the warning message; * Fix typo * Send allow_woo_sync on request. * Apply styling to the "WooCommerce overwrite" text * Add placeholder `CheckboxControl` component * Send allow_woo_sync as binary value * Introduce `disallowWooCommerceSync` logic * Disable Synchronize button until confirmation checkbox is checked. --------- Co-authored-by: Yan Sern <yansern@yan.sr> Co-authored-by: Paulo Cruz <paulo.cruz@automattic.com> Co-authored-by: Maciej Grabowski <littlesoldiergraba@gmail.com> Co-authored-by: Ivan Ottinger <25105483+ivan-ottinger@users.noreply.github.com>
- Loading branch information
1 parent
7a4f12e
commit 517e35c
Showing
5 changed files
with
124 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters