-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Editor]: Move Post Status to editor package #59877
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
@@ -135,23 +134,12 @@ export class PostPublishButton extends Component { | |||
( ! isPublishable && ! forceIsDirty ) ) && | |||
( ! hasNonPostEntityChanges || isSavingNonPostEntityChanges ); | |||
|
|||
let publishStatus; |
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 might have been missing something here, but it seems we only did that because we hadn't all the available status
options in post editor.. I'll cc @jorgefilipecosta as I saw he has made changes in the past..
Size Change: -263 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
3c0436e
to
24287b8
Compare
What?
Part of: #52632
Part of: #59878
From the issue 59878:
Here maybe we could focus on what, if any, change we could make to the
status
panel in site editor and depending on the progress of the discussions/designs, update the other editor later..In general this PR will stay on hold until we decide how to move forward.
Testing Instructions
status
panel that works properly