Remove first-time indexation notice from Indexation.js and FTC indexation.js #22248
+0
−28
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
This PR removes the outdated first-time indexation notice from the plugin’s UI. The message previously referenced legacy features (Text Link Counter and Internal Linking Analysis) which have since been merged into the core indexation process.
Summary
Changelog label:
changelog: non-user-facing
This PR can be summarized in the following changelog entry:
Indexation.js
and the First Time Configuration flow.Relevant technical choices:
renderFirstIndexationNotice()
method inIndexation.js
indexation.js
yarn build
andyarn lint
passed for only the edited filesTest instructions
Acceptance testing steps:
yarn build
— it should succeed without errors related to these files.yarn lint
— your changes should pass without CRLF errors.Relevant test scenarios
Test instructions for QA when the code is in the RC
Impact check
This PR touches the indexation UI in both the Tools screen and FTC flow. It should be tested in both places to ensure the notice is gone and no JS errors occur from removed methods.
UI changes
Other environments
Documentation
Quality assurance
yarn build
andyarn lint
.trunk
.Innovation
Fixes #21689