Commit graph

39 commits

Author SHA1 Message Date
Akinwale Ariwodola 4fca4fabb8
Common subscriptions implementation (#19)
* add subscriptions actions, reducer and selectors, with related methods
2019-02-15 10:02:34 +01:00
Sean Yesmunt 60fe5519dc fix: typo 2019-02-05 01:11:17 -05:00
Sean Yesmunt 49fc5249b1
Merge pull request #24 from lbryio/invite
Changes for invite api
2019-02-04 14:27:07 -05:00
Sean Yesmunt da78018f72 call rewardList after invite status so rewards are updated based on invites 2019-02-04 12:03:26 -05:00
Sean Yesmunt d970ba5372 fix: prevent multiple user/me calls for new users 2019-02-03 22:48:42 -05:00
Sean Yesmunt 375cc397d8 show error snackbar instead of modal for reward fail 2019-02-03 22:30:32 -05:00
Sean Yesmunt 0cc1b6d78d add selectReferralReward selector 2019-02-03 22:21:44 -05:00
Sean Yesmunt faf8271cac update: call doFetchInviteStatus after claiming referral reward 2019-02-01 12:19:45 -05:00
Sean Yesmunt dc67185a72 update: pass claim_code to 'reward/new' 2019-01-17 11:44:45 -05:00
Sean Yesmunt cb47ccb925 fix: allow claiming rewards with multiple of the same type 2019-01-17 01:22:39 -05:00
Sean Yesmunt b3bb8c6774 add doUserCheckEmailVerified instead of using doFetchUser 2019-01-08 23:59:29 -05:00
Sean Yesmunt 50373001a9 add fetchSilently param for doFetchUser 2019-01-03 14:46:20 -05:00
Sean Yesmunt 68c8ce6b76 remove console.log 2018-12-04 13:49:35 -05:00
Sean Yesmunt ba3df4749d fix typo 2018-12-04 13:44:15 -05:00
Sean Yesmunt 64068e13f9
Merge pull request #17 from lbryio/rewards
Add callback for claimRewardSuccess
2018-12-04 13:26:08 -05:00
Sean Yesmunt 4b610b9f3b add setLocalApi method 2018-12-04 11:08:20 -05:00
Sean Yesmunt e2a0375f80 add callback for claimRewardSuccess 2018-11-29 15:52:32 -05:00
Sean Yesmunt 01ed21e5d8 update lbry-redux 2018-11-29 01:07:43 -05:00
Sean Yesmunt ef1c440b4a use new notification logic and remove modals from lbryinc 2018-11-28 10:36:40 -05:00
Sean Yesmunt cbeb8ad918 update build 2018-11-27 10:53:44 -05:00
Sean Yesmunt 5ad9d079a1 chore: update build 2018-11-12 14:19:33 -05:00
Sean Yesmunt 7a458ea13c
Merge pull request #11 from lbryio/lbrynet30
update lbry-redux
2018-10-26 14:11:30 -04:00
Sean Yesmunt 6d636e4c12 update lbry-redux 2018-10-26 14:10:50 -04:00
Sean Yesmunt 597ca492a6 fix reward typo 2018-10-18 13:28:01 -04:00
Sean Yesmunt d8e95e23b1 update build 2018-10-18 12:36:55 -04:00
Akinwale Ariwodola 904d37d6f0 dispatch doRewardList after a reward is successfully claimed 2018-10-04 14:08:28 +01:00
Akinwale Ariwodola e35b93013f fix bundle 2018-10-02 04:07:13 +01:00
Sean Yesmunt a818633ea2 add logic for reward codes 2018-10-01 20:38:16 -04:00
Sean Yesmunt 7d4b02ad64 updates for desktop app to use lbryinc 2018-09-18 17:56:12 -04:00
Akinwale Ariwodola c53bef489c add action/reducer/selector for fetching rewarded content 2018-09-04 05:15:53 +01:00
Akinwale Ariwodola f2fff2a331 remove deviceId parameter and add an os parameter for os_system override 2018-09-03 19:50:43 +01:00
Akinwale Ariwodola 7910b565d7 modifications for phone verification 2018-08-31 20:51:00 +01:00
Akinwale Ariwodola 3ee7571617 chore: update bundle 2018-08-29 20:57:48 +01:00
Akinwale Ariwodola 678c5098e2 add first reward message for mobile 2018-08-27 16:36:02 +01:00
Akinwale Ariwodola fb7c79d594 chore: update bundle 2018-08-27 16:26:35 +01:00
Akinwale Ariwodola f5d23dc5ee export rewards module 2018-08-24 11:35:11 +01:00
Akinwale Ariwodola 62f0b58073
fixes and updates for authentication flow (#2)
* fixes and updates for authentication flow
* add action and reducer for setting emailToVerify in the state
2018-08-17 19:10:52 +01:00
Akinwale Ariwodola 8e33473daa fix ACTIONS import in redux/actions/rewards 2018-07-23 15:12:22 +01:00
Akinwale Ariwodola 0cca6c1811
[WIP] lbryio internal API calls and rewards component (#1)
* lbryinc base code containing lbryio.js
* added rewards and user actions, reducers and selectors
2018-07-23 14:12:18 +01:00