Commit graph

211 commits

Author SHA1 Message Date
Sean Yesmunt
151d78f1c0
Merge branch 'master' into user-history 2018-09-04 13:28:51 -04:00
Sean Yesmunt
cd010b97c4 add email management link 2018-09-01 20:05:28 -04:00
Sean Yesmunt
a782f817f1 style history table 2018-08-30 23:45:49 -04:00
Sean Yesmunt
d01b893a68 add UserHistory component 2018-08-30 01:11:05 -04:00
Travis Eden
245f5929c8 fix type error 2018-08-29 23:18:51 -04:00
Travis Eden
9bd0a32b99 add lastViewed prop to <FileCard> 2018-08-29 23:18:51 -04:00
Travis Eden
86a40eacbc add UserHistoryPage 2018-08-29 23:17:20 -04:00
Travis Eden
5cd7794fa0 record browsing history, persist content 2018-08-29 23:17:20 -04:00
Travis Eden
82252e6985 remove media.paused; catch file open pause from change of content.playingUri 2018-08-29 23:16:06 -04:00
Sean Yesmunt
9c1d4c4af5
Merge branch 'master' into patch-1 2018-08-28 20:06:37 -04:00
Sean Yesmunt
edf8cd65e5 update formatting 2018-08-28 20:05:14 -04:00
Sean Yesmunt
82f2d24dd3 change name to fetchRewardedContent 2018-08-28 17:53:20 -04:00
YULIUS KURNIAWAN KRISTIANTO
6f91908005
Update view.jsx 2018-08-29 04:15:29 +07:00
Sean Yesmunt
387a277322 typo 2018-08-28 16:51:50 -04:00
Sean Yesmunt
de631ac039 fetch new rewards and properly call reward claim after view event has been fired 2018-08-28 16:46:50 -04:00
YULIUS KURNIAWAN KRISTIANTO
75fadb8a1d
added learn more faq to wallet security section 2018-08-29 03:23:09 +07:00
Sean Yesmunt
9de8451e21
Merge pull request #1908 from lbryio/related-fix
add message for 0 returned results in related content
2018-08-27 18:58:22 -04:00
Sean Yesmunt
ca07d8a99b add resolution help tooltip next to url match 2018-08-27 14:47:55 -04:00
Sean Yesmunt
ae0ef0ff1c add message for 0 returned results in related content 2018-08-26 23:18:57 -04:00
seanyesmunt
2d2c414811 use channelTile on top of search page 2018-08-24 17:25:18 -04:00
seanyesmunt
ce18339f25 add autodownload toggle to subscriptions page 2018-08-22 01:03:40 -04:00
seanyesmunt
a166485a78 move channel_list call to happen after fetching subscriptions from db 2018-08-21 23:59:06 -04:00
Sean Yesmunt
0facccd487 use correct url for recommended conent on vanity claims 2018-08-21 15:36:45 -04:00
Sean Yesmunt
db64a1ea31
Merge pull request #1875 from lbryio/search-ux
Search ux improvements
2018-08-20 14:59:41 -04:00
Sean Yesmunt
f23bc00af6 default to search 2018-08-20 10:57:59 -04:00
Travis Eden
5e270c129c doCheckSubs only takes uri; do not clear notifications on doFetchClaimsByChan; doFetchMySubs on startup; always set latest on checkSub; do not download or notify when latest is undefined 2018-08-20 09:47:19 -04:00
Travis Eden
3d66610d69 reword autoDownload postfix 2018-08-20 09:47:19 -04:00
Travis Eden
386e9271ff when file download completes, notify through snackbar if on subscriptions page; formatting 2018-08-20 09:47:19 -04:00
Sean Yesmunt
1ec373aa51 move to installation_id 2018-08-15 10:47:48 -04:00
Sean Yesmunt
6dc87a9c76 remove session_status param from lbry.status call 2018-08-15 10:47:48 -04:00
seanyesmunt
c5e6db73f0 move autoplay back to below file actions 2018-08-11 00:15:46 -04:00
Sean Yesmunt
8b90a8421c add recommended content 2018-08-11 00:15:45 -04:00
Sean Yesmunt
824c3fbc65
Merge branch 'master' into issue-1788 2018-08-05 21:59:30 -04:00
Daniel
aea0084ea0 Allways use toggle on checkbox input.
- Add changelog entry for PR 1834.
2018-08-05 19:35:56 -03:00
Baltazar Gomez
605136ac64
Merge branch 'master' into fix-viewer 2018-08-03 13:00:37 -06:00
btzr-io
80c0f9a8f6 extend support for human-readable files 2018-08-01 22:56:17 -06:00
Daniel
5599b8288d Change text label on notifications. 2018-08-01 16:04:44 -03:00
Daniel
5c65ca7a47 Rename variables names and text labels to be more descriptive. 2018-08-01 15:49:57 -03:00
Daniel
5527df97eb Update checkbox style to be toggable.
- Add Notifications to be on his own section.
2018-07-31 19:42:54 -03:00
Sean Yesmunt
e4f4909725
Merge pull request #1817 from lbryio/next-video
recommended content v1
2018-07-31 15:42:25 -04:00
Daniel Dominguez
b31781f6ef Add setting to skip desktop nofifications, persist the setting on localstorage, defaults to true(notifications enabled). 2018-07-30 21:13:57 -03:00
Shawn Khameneh
2ccf40b18e
Merge branch 'master' into wallet-encryption 2018-07-25 14:30:24 -05:00
Sean Yesmunt
1a51628905 cleanup css 2018-07-25 14:21:41 -04:00
Sean Yesmunt
bdca9f9b04 filter out uri from content I am currently viewing 2018-07-25 00:45:24 -04:00
Sean Yesmunt
95fee660ad add rest of channel content to the side of the file viewer 2018-07-24 20:50:04 -04:00
Sean Yesmunt
90655a1dd5 stop loader timeout if not loading 2018-07-20 13:48:31 -04:00
Shawn Khameneh
097a523b39
Merge branch 'master' into wallet-encryption 2018-07-20 09:45:56 -04:00
Travis Eden
0d642b2be1 move reward fetching from rewards page to reward summary component on wallet overview page 2018-07-19 10:19:44 -04:00
Shawn Khameneh
6809ac3e3a Add basic wallet encryption flows 2018-07-18 15:48:30 -04:00
Sean Yesmunt
e3966f03ed improve loading logic 2018-07-16 16:20:14 -04:00