Description
Changes proposed in this Pull Request
- move
onboarding-block/plans
into components/plans/plans-table
& components/plans/plans-details
.
- insert
plans-table
& plans-details
into plans-grid
.
- remove title & subtitle from the mockup
- wire-up plan selection logic
Testing instructions
Note: works behind feature-flag atm.
- Go to
/new?flags=gutenboarding/plans-grid
- Press the Plan button (top-right) which should have the value Free Plan with an empty state.
- Select another plan and click Confirm button.
- The Plan button should now display the new selected plan.
- When returning later to Gutenboarding the selected (and confirmed) plan label should be still displayed in the Plan button and pre-selected when opening the Plans grid.
- After completing Gutenboarding with site creation, selected plan should be reset.
Screenshot

Fixes part of #41787
Unfortunately, no screenshots were provided by the developer.