-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Hack Week] Post success view #23128
Conversation
Generated by 🚫 Danger |
85b14ff
to
aa65433
Compare
Podfile.lock
Outdated
@@ -197,7 +197,7 @@ SPEC CHECKSUMS: | |||
Gifu: 416d4e38c4c2fed012f019e0a1d3ffcb58e5b842 | |||
Gravatar: 51437de6811c1d8d6f60c52985f2ca00a85cfc8e | |||
Gridicons: 4455b9f366960121430e45997e32112ae49ffe1d | |||
Gutenberg: 3117b6fe578fb7f0bb75377ba96f436ee05c30fe | |||
Gutenberg: cd6259542b7078fe875d51b21c962d02bac6c032 |
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.
Not sure why it was added – will investigate tomorrow. When I run pod install
in trunk
it also changes the Podfile.lock.
@@ -1595,7 +1595,7 @@ import Foundation | |||
case .assertionFailure: | |||
return "assertion_failure" | |||
case .postCoordinatorErrorEncountered: | |||
return "post-coordinator-eerror-encountered" | |||
return "post-coordinator-error-encountered" |
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.
Found this typo during testing.
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.
It works as described, but I have some design questions
- Would it make more sense to group the CTAs together? (i.e. Share, Promote with Blaze, Done are all full width buttons vertically stacked)
- Is there a way we can avoid truncating "View on url..."?
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.
[nit] typo in filename
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.
Fixed
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.
LGTM! Did you figure out the Podfile.lock issue?
ae81b80
to
3ea1022
Compare
Looks like it got updated in |
📲 You can test the changes from this Pull Request in WordPress Alpha by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack Alpha by scanning the QR code below to install the corresponding build.
|
3ea1022
to
0dc1695
Compare
Fixes ##21509.
I've been going through the maintenance board, noticed the linked defect, and decided to resurrect this PR from the last Hack Week, which I didn't get to complete then. The new screen looks more like what you see in Gutenberg, and has a new "Promote with Blaze" button.
The initial idea was to show this automatically as part of the Prepublishing sheet, but this is a more conservative approach that simply replaced the current screen (with a slightly broken layout).
The design comes from one of the prototypes made with Chris, but with some minor changes. There've been so many versions of this, I don't any particular direction was picked as the final one in the end.
To test:
Regression Notes
PR submission checklist:
RELEASE-NOTES.txt
if necessary.Testing checklist: