wordpress-mobile / WordPress-iOS

WordPress for iOS - Official repository
http://ios.wordpress.org/
GNU General Public License v2.0
3.68k stars 1.12k forks source link

Save for Later: Create new ReaderSavedPostsViewController #9350

Closed frosty closed 6 years ago

frosty commented 6 years ago

ReaderStreamViewController is already doing a lot of things, and deals with syncing which we don't need for offline saved posts (v1). We'll create a new view controller, ReaderSavedPostsViewController, which just does the bare minimum we need to display saved Readers posts in a stream / list. We'll also hook it into the Reader menu with a new menu item.

saved-posts

frosty commented 6 years ago

Closed by #9384