-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merges the feature branch feature/fix-assessments
into trunk
#21480
Conversation
…ents' of github.com:Yoast/wordpress-seo into implementation-ai-buttons-next-to-seo-keyphrase-assessments
… is used to track whether there is an active AI Fixes button so we can display the button background color and the icon color differently when they are pressed. This is only relevant in Premium. In Free, this logic is irrelevant because clicking on the button will only display the Upsell modal.
… `AIAssessmentFixesButton` component
…seo into implementation-ai-buttons-next-to-seo-keyphrase-assessments
Deprecate old introduction and fix deprecation messages
Allows disabling AI buttons
…w-down With AI activated, content analysis has slowed down for longer texts
@mhkuu Please be aware that following packages have been abandoned and are not actively maintained anymore:
Please consider using the other packages instead. |
/* Internal dependencies */ | ||
import { ModalContent } from "./modal-content"; | ||
import { getAllBlocks } from "../../helpers/getAllBlocks"; | ||
import { ReactComponent as LockClosed } from "../../../images/lock-closed.svg"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add this deprecation as an "other" changelog? See #21465.
Context
feature/fix-assessments
totrunk
.Summary
This PR can be summarized in the following changelog entry:
feature/fix-assessments
intotrunk
.Relevant technical choices:
This PR combines the following individual PRs:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
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 theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.