Skip to content
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

Chrome: Show notices on post save, schedule, update #1564

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

youknowriad
Copy link
Contributor

closes #967

  • Triggers Publish, Schedule and update notices on successful saves
  • Triggers Failed notices on failing requests.

@youknowriad youknowriad added the General Interface Parts of the UI which don't fall neatly under other labels. label Jun 28, 2017
@youknowriad youknowriad self-assigned this Jun 28, 2017
'private': __( 'Post published privately!' ),
future: __( 'Post schduled!' ),
};
if ( isPublished || publishStatus.indexOf( post.status ) !== -1 ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a few comments explaining how we are handling this?

@mtias
Copy link
Member

mtias commented Jun 28, 2017

Looking good to me.

@jasmussen
Copy link
Contributor

Love it. Ship it.

@youknowriad youknowriad merged commit de00f70 into master Jun 29, 2017
@youknowriad youknowriad deleted the add/publish-save-notices branch June 29, 2017 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Interface Parts of the UI which don't fall neatly under other labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: Add notices for published, updated, save failed
3 participants