-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reader Improvements: Adds ability to save interests from the Select I…
…nterests view (#14487) * Update select interests loading view * Add remote saving of selected interests to the Followed Interests Service * Save when tapping the next button on the Select Interests view * Add a property to help determine if a tagtopic was added while logged out * Prevent the ReaderTagTopic's created locally from being deleted while syncing * Only show following tags while the user is logged out for reader phase 2 * Add more specific logged out interest helpers * Style the activityt indicator for dark mode * Update the followInterests method to support adding interests while logged out * Inject the logged in state to the service * Add tests for the saveInterest method * Add a callback when the interests are saved * Show the select interests view over the discover tab content * Fix an issue where the select interests view may not appear when logging in * Change iOS 12 and below next button colors * Updates WordPressKit to PR branch * Apply suggestions from code review Co-authored-by: Leandro Alonso <[email protected]> * Change comment to be more descriptive * Fix build error * Create a constructor to create a tagtopic from a remote interests * Fix lint issue * Small fixes * Hound woof * update pods * Revert duration to zero and add a comment * Show errors when: interestes fails to load and fails to save * Update Podfile.lock * removing the lalala Co-authored-by: Leandro Alonso <[email protected]> Co-authored-by: Yael Rubinstein <[email protected]>
- Loading branch information
1 parent
e5ed5f7
commit 8542f34
Showing
14 changed files
with
501 additions
and
106 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.