Add a button to each item in the posts list (the button shouldn't be shown for posts without postId/blogId [posts on self-hosted sites without a JetPack plugin]).
Invoke action implemented in #7686 on button click.
Create wrapper around ReaderPostActions and add it into the Dagger graph, so we don't need to call static methods and the ReaderPostActionsWrapper can be mocked in unit tests.
Add a button to each item in the posts list (the button shouldn't be shown for posts without postId/blogId [posts on self-hosted sites without a JetPack plugin]).
Invoke action implemented in #7686 on button click.
Create wrapper around ReaderPostActions and add it into the Dagger graph, so we don't need to call static methods and the ReaderPostActionsWrapper can be mocked in unit tests.