google / site-kit-wp

Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
https://sitekit.withgoogle.com
Apache License 2.0
1.25k stars 292 forks source link

Refactor First-Party Mode Setup Success Subtle Notification to use a new "on demand" notification #9740

Open ankitrox opened 4 days ago

ankitrox commented 4 days ago

In https://github.com/google/site-kit-wp/issues/9648, to render the FPM setup success notification, which needs to be rendered without a new page load or without the changes to query args, we simply invalidate the resolution of the getQueuedNotifications resolver to re-evaluate the full queue.

When https://github.com/google/site-kit-wp/issues/9453 has been implemented, we should migrate the FPM setup success notification to be an 'on-demand' notification.


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

Implementation Brief

Test Coverage

QA Brief

Changelog entry