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.23k stars 287 forks source link

Add persistent contextual notices about the Optimize sunset #6468

Closed aaemnnosttv closed 1 year ago

aaemnnosttv commented 1 year ago

Feature Description

In addition to the banner notification in #6467, we will also add a number of contextual notices to inform users about the Optimize sunset.


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

marrrmarrr commented 1 year ago

Updated the copy here.

eugene-manuilov commented 1 year ago

Using assets/js/components/setup/ModuleSetup.js,

  • Render OptimizeSunsetNotice if moduleSlug is optimize.

@asvinb, we should render it in assets/js/modules/optimize/components/setup/SetupMain.js, shouldn't we?

asvinb commented 1 year ago

You're right @eugene-manuilov . IB updated 😁

eugene-manuilov commented 1 year ago

IB ✔️

mxbclang commented 1 year ago

Planning to schedule for Sprint 99, ending April 21.

wpdarren commented 1 year ago

QA Update: ✅

Verified:

Completed testing on desktop and mobile viewports.

Note: I did observe the warnings were full-width where they were previously limited. #7140 will fix this.

Screenshots ![image](https://github.com/google/site-kit-wp/assets/73545194/ae2507d4-b7d3-4b07-8e76-73cdef487623) ![image](https://github.com/google/site-kit-wp/assets/73545194/913798f3-0c8b-4d99-ba87-9b40507306e0) ![image](https://github.com/google/site-kit-wp/assets/73545194/08ae5912-596f-41c9-80c7-53b185c067c3) ![image](https://github.com/google/site-kit-wp/assets/73545194/430d788c-838a-43c5-9fad-b47a43b30dd1) ![image](https://github.com/google/site-kit-wp/assets/73545194/f11c5dea-767c-48dc-9005-0cd09aac36a4) ![image](https://github.com/google/site-kit-wp/assets/73545194/ebdf7cf9-2ef4-48f5-a085-db6308f863cc)
aaemnnosttv commented 1 year ago

LGTM 👍