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
GH-2070: Main screen promotion box #551
Commits on May 7, 2020
Show premium subscribers a premium badge in simple/detailed views, he…
…ader, and settings panel
Commits on May 8, 2020
Commits on May 11, 2020
Add subscriptionsPremium property to user object to check if a user h…
…as a premium subscription
Commits on May 12, 2020
Refactor account#getUserSubscriptionData to return an array of subscr…
…iptions, and the background handler to return the highest tier subscription
Set subscription property on user object with highest tier subscripti…
…on in account#getUserSubscriptionData
Commits on May 13, 2020
Refactor Header logo and menu icon to use subscription instead of pre…
…miumAccess and plusAccess
Refactor subscriber badge to use plusAccess and premiumAccess on clic…
…k, and user.subscription for UI
Refactor isPlus to hasPlusAccess, destructure some things, and save s…
…ubscriptionData in account#setSubscriptionData