Corey McKrill

Results 93 comments of Corey McKrill

Thanks for the thorough observations here @DaisyOlsen! > Attempting to make changes to the update that missed schedule throws an error on save. For me it asks if I really...

Changed relevant post state to "Update Suspended" in a0760ee6ce8b11a3a3fba2e0dfe1d5e53dd275d6

That's super weird behavior in that screencast, and I haven't been able to replicate it. What browser are you using there, @DaisyOlsen ?

Is this screenshot the default GB messaging, or something custom? Default would be my first preference. The screenshot looks fine. > the Gutenberg control, which wraps a third party one...

Here's a variation using WP Admin's `notice` and `notice-error` classes for the message container: ![select-future](https://user-images.githubusercontent.com/916023/109231462-802c4600-777b-11eb-9be6-a4a67a705306.jpg)

#94 partially addresses this issue because the datepicker in our custom sidebar connects to the "create update" button, and the button becomes disabled if a date in the past is...

> so having the latest one, at least, would be a shorter more intuitive journey. Good point. Nice to go straight to the update editor instead of having to go...

I don't think we should alter the config of the revisions post type to make it publicly queryable. But there might be a way to modify the way previews work...

Yeah, I think this is what the default behavior would look like without diffing. It would be all about managing expectations within the UI. Like, if you have three different...

Side note: I wonder if something like [JSON patch](https://github.com/mikemccabe/json-patch-php) could be used instead of xdiff...