Compress AI settings page above-the-fold#455
Draft
Adi-ty wants to merge 1 commit intoWordPress:developfrom
Draft
Compress AI settings page above-the-fold#455Adi-ty wants to merge 1 commit intoWordPress:developfrom
Adi-ty wants to merge 1 commit intoWordPress:developfrom
Conversation
Move the global AI toggle into the page header and replace the large general settings block with an infotip so Features and Experiments appear higher on the page.
Member
|
@Adi-ty I see this is in draft, are you still working on this or is this ready for review/testing? |
Contributor
Author
Hi @jeffpaul I've kept it in draft due to the npm ci failures I mentioned in the issue here. There’s a conflict between the new @wordpress/ui and the current @wordpress/build peer dependencies. Since this seems to be a workspace/dependency issue rather than a code one, I wasn't sure if I should mark it ready yet. Thoughts on how we should handle the build mismatch? |
This was referenced Apr 22, 2026
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.
Move the global AI toggle into the page header and replace the large general settings block with an infotip so Features and Experiments appear higher on the page.
What?
Closes #451
Moves the global “Enable AI” control out of the large General Settings block and into the page header. Replaces the explanatory block with an infotip so the Features and Experiments sections are visible higher on the page.
Why?
The previous layout pushed the main feature sections too far below the fold because the General Settings block consumed a large amount of vertical space. This change keeps the same behavior while improving scanability and reducing the amount of unused space at the top of the settings page.
How?
@wordpress/uiPopover-based infotip to display the explanatory copy.Use of AI Tools
GPT-5.3-Codex was used to assist with code review and PR description drafting.
Testing Instructions
Screenshots or screencast
Changelog Entry