You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've tested the changes and identified the following issues and inconsistencies with the production version:
In the current design, instead of “View” you have “Preview” for unpublished posts. It should open in the in-app browser because where you are logged-in as these pages are not publicly available.
The “Publish” action should open a “Prepublishing Sheet” instead of publishing immediately with no confirmation dialog
The “Duplicate” action is missing
When I changed status to “Pending Review”, it disappears from the “Drafts”. It’s still considered a draft in the production design. Two options I see to address it: add “Pending” tab or keep the production behavior.
“Move to Trash” button for published posts should show a confirmation dialog because this action is not easily reversible
(Unrelated to PR) The production version shows only your posts by default with a quick filter on top
“Promote with Blaze” action is missing
The “Comments” screen open a modal with no close button
The “Stats” screen open a legacy version of stats instead of a new version. There is no close button and no way to dismiss it.
(Unrelated to PR) posts in “Trash” are editable. It even lets you save the changes.
The reason will be displayed to describe this comment to others. Learn more.
In the production version, instead of a modal HUD, the app shows activity indicators on a per-cell level. It doesn't block your flow and allow you to perform multiple operations in parallel and not wait for completion.
@kean Thanks for the testing! I forgot to test WP.com sites and missed the stats, comments, blaze menus.
In the current design, instead of “View” you have “Preview” for unpublished posts. It should open in the in-app browser because where you are logged-in as these pages are not publicly available.
Good catch. We'll only support view published posts for now. The "Preview" is not implemented yet.
The “Duplicate” action is missing
This is another unimplemented feature. There is a FIXME for it.
When I changed status to “Pending Review”, it disappears from the “Drafts”. It’s still considered a draft in the production design. Two options I see to address it: add “Pending” tab or keep the production behavior.
I was planning to address the issue along with a wordpress-rs change. The "Published" tab has a similar issue, where we should show "private" posts there. But I updated this PR anyway.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
There are a couple menu items not available yet. But I'll look into them separately.