forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site migration: go to cart when target site doesn't have a supported …
…plan (Automattic#38743) * Redirecting to cart and back to start migration when site doesn't have a plan that allows the installation of plugins. * Added comment to explain condition in * Rendering progress view when status endpoint returns 'new', to try and avoid flash of loading view when we've started an Atomic transfer but the server status hasn't been updated yet. * Rebased. Improved comment about accidental resetting of state by status endpoint. Changed height on illustration to a rounder number, 200px. * Removed forced local migration status used for development.
- Loading branch information
1 parent
7cd414b
commit 2fae167
Showing
2 changed files
with
75 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ | |
display: block; | ||
margin: auto; | ||
width: 260px; | ||
height: 200px; | ||
} | ||
|
||
.migrate__section-header { | ||
|