Yoast / wordpress-seo

Yoast SEO for WordPress

Home Page:https://yoast.com/wordpress/plugins/seo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor AI Generator notification `Dismiss` button

pls78 opened this issue · comments

Currently, the AI Generator tip notification (assets/js/src/ai-generator/components/tip-notification.js) displays a notification with a Dismiss button. When clicked, the notification is removed with no transition, which is triggered by the notification close button instead. We can refactor the notification and unify the dismissal behaviour by using the new UI-Library Toaster element.