Disable ai optimize button for classic.#22364
Closed
thijsoo wants to merge 147 commits intohotfix/25.3.1from
Closed
Disable ai optimize button for classic.#22364thijsoo wants to merge 147 commits intohotfix/25.3.1from
thijsoo wants to merge 147 commits intohotfix/25.3.1from
Conversation
* fix JS doc * use prop spreading * specify which props in "areMarkButtonsHidden" * remove unused "hasAIButton" prop * remove import comments (as they interfere with my auto ordering)
Still 2 more than before the ESLint config bump. The defaults count as complexity, due to their if/else nature I suppose.
Ignoring the warning for this one, since it is a false positive due to forwardRef In the future forwardRef will also be irrelevant and passed as a prop
And fix return type in JSDoc
* fix default in JSDoc * fix return type in JSDoc * auto-order imports
* improve JSDoc * use Lodash' noop instead of inline lambda creation * auto editor styling fix in CSS
* add JSDoc * improve JSDoc of wrapper method * move propTypes to after definition * add default to optional isPremium
* to use Lodash' noop instead of new empty lambda -- seems safer * auto-reorder imports * put semi-colon on the same line as closing template string
1 left: the complexity, most likely added with the defaults
* adjust JSDoc
* adjust JSDoc
* fix JSDoc
* change the Button default of disabled to false instead of undefined -- I see no reason for it to not adhere to the type * fix JSDoc
* adjust JSDoc
* the openButtonId and closeButtonId are now nullable, an empty string would result in an empty attribute in the DOM * adjust JSDoc
* change the TooltipTrigger' ariaDescribedBy to be nullable to prevent empty tags in the DOM that would happen with an empty string * adjust JSDoc
* specify the specific positions in the propTypes * adjust JSDoc -- specifically the Description' description as ReactNode instead of string|string[] as per the propType specification
…xed-even-if-the-whole-cpt-is-index Use indexables for retrieving posts for the llms.txt file
…cial-characters-in-llms-file-when-the-file-is-opened-in-the-browser Add BOM for UTF-8 to improve support for non-english characters
…solute-filesystem-path-via-filter Introduce filter that edits the file path of the llms.txt file
…ard-when-llmstxt-cant-be-created-nice-to-have Add warning for when the LLMs.txt cannot be generated in our dashboard.
…rphaned_counts Replace flushing cache group with firing action instead
…wordpress-seo into disable-optimize-features-classic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
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 theShopifylabel to this PR.Documentation
Quality assurance
Innovation
innovationlabel.Fixes #