blogvault / wpcom-migration

Migration Plugin for WordPress.com Migrations
0 stars 0 forks source link

Add static migration progress screen #8

Closed sixhours closed 2 months ago

sixhours commented 2 months ago

Related to https://github.com/Automattic/dotcom-forge/issues/8727

Screenshots

Desktop:

Screenshot 2024-08-20 at 2 04 21 PM Screenshot 2024-08-20 at 3 43 46 PM

Mobile: TBD

Testing Instructions

  1. Apply this branch locally or download it as a .zip. You could use jurassic.ninja for a quick environment setup.
  2. Go to /wp-admin/admin.php?page=automattic&static=migration-progress
  3. Compare the page to the design. Having small differences should be fine, IMO.
  4. Make sure it looks good on mobile and the different browsers.
  5. To enable the modal for testing, update line 171 of style.css to display: block
markbiek commented 2 months ago

@sixhours Can we split the Docker stuff into a separate PR?