-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Make order of pinned items consistent #53908
Conversation
Size Change: +442 B (0%) Total Size: 1.53 MB
ℹ️ View Unchanged
|
Flaky tests detected in 868d6d2. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6119819128
|
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.
I think that having the site and post editor settings in the same place makes sense.
The rendering of fills is non-deterministic, and that seems like a very tricky to problem to solve: #15641, but that shouldn't stop this.
a7698fd
to
5b52ea4
Compare
I am exploringt this solution:
|
5eb267a
to
2c77bac
Compare
685a0f0
to
868d6d2
Compare
What
Fixes #53899
Why
Because #53412 surfaced an inconsistency in the way pinned items are rendered by plugins in the editor header.
How
Updates the post editor to render the editor pinned items (the edit post sidebar with document and block tabs) last - like the site editor renders the same thing last.