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 291 forks source link

Refactor `AdBlockingRecoverySetupSuccessBannerNotification` to use the new Notifications datastore #9296

Open zutigrm opened 2 months ago

zutigrm commented 2 months ago

Feature Description

This issue should refactor AdBlockingRecoverySetupSuccessBannerNotification so that it uses the new datastore infrastructure to register and queue the notification. It should also incorporate a new "layout".


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

eugene-manuilov commented 2 months ago

AC ✔️

benbowler commented 1 week ago

I added #9293 as a blocker so that this ticket can share the new assets/js/components/notifications/layout/NotificationWithSVG.js layout created there.