402 implement site kit setup flow#21978
Conversation
add stepper to ui library export stepper fix stories args move margin out of the plugin fix story space
add translation to the stepper
Pull Request Test Coverage Report for Build 458a9c0fc97e12d9f30a55dda7b31284ca1d44d8Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
igorschoester
left a comment
There was a problem hiding this comment.
CR 🏗️
- About the changelogs/label: You put enhancement while I don't think the unreleased should go in there, right? So probably you meant to signal
enhancementfor the UI library one. You can do both, see documentation.
AT ❓
- Getting the following React warning (first run, but already on just not connected):
Warning: Failed prop type: The prop
isCompleteis marked as required inStepper, but its value isundefined.
-
The current step svg does not center in the stepper. In the first it is off to the left/bottom? And the rest is off to the right/bottom?


-
No animations? The FTC' vertical stepper has one -- using our ProgressBar that would be fixed
-
Something seems off with the check size, maybe just the outline thing
-
The UI library storybook story is not responding to the inputs
-
The dropdown menu does not show any hover/selection effect
Changed the steps to string, and cached the complete state
camel case in js
fix docs
There was a problem hiding this comment.
CR ✅ especially if you fix the typo 😉
- I like your new status array! Makes it clear what is happening. Also makes me spot a potential shared hook there, but lets not 😁
- Typo detected
- Will you add a follow-up for the dropdown menu storybook too? 11b7cc1#r1940659740
- Sorry to mention here, but I think we might need a follow-up for the arrow -- presuming we want consistency (@uxkai ?):
- I would prefer if the UI library changelog is an entry per component. They are not otherwise connected
…t.md Co-authored-by: Igor <35524806+igorschoester@users.noreply.github.com>
|
Acceptance test OK! |

Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Go to Yoast SEO -> General page.
Check you now see the widget for GSK set up flow:

Check the flow in the widget is identical with the design flow [here]
(https://www.figma.com/proto/DXKVj4tji7M65FYCYwBFUl/Dashboard?node-id=2984-5586&t=rdGyKj954yajisjl-0&scaling=min-zoom&content-scaling=fixed&page-id=2984%3A5579&starting-point-node-id=2984%3A5586)
Check the links will automatically install and activate the plugin.
To test completion of set up, apply this patch setupCompleted.patch
To test completion of connection, apply this patch site-kit-connected.patch
When all steps are completed check you get a dismiss button at the bottom.
Click on the dismiss button and check the widget disappears. ( it will return on next visit, WIP)
Click the three vertical dots in the widget to open a dropdown menu.
Check you see two items in the menu:
Click on each and check the widget is removed from the dashboard.
Check that the widget reappears when visiting the dashboard again.
(The "Remove permanently" functionality is not implemented yet, so the widget would reappear on the next visit.)
The quick tour will not work ( for a future PR ).
The learn more link would not work, but will be present with params.
UI library - Stepper component
UI library - DropdownMenu component
Relevant test scenarios
Test instructions for QA when the code is in the RC
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo], added test instructions for Shopify and attached theShopifylabel to this PR.Documentation
Quality assurance
Innovation
innovationlabel.Fixes Implement Site Kit setup flow without the consent modal