Commit graph

498 commits

Author SHA1 Message Date
Sean Yesmunt 1739929ecf fix typo 2018-06-14 16:22:16 -04:00
Sean Yesmunt 98a05ae2fb change name of thumbnail statuses 2018-06-14 16:18:35 -04:00
Sean Yesmunt 7759bc6e8c
Merge pull request #43 from lbryio/thumbnail-upload
Thumbnail upload type
2018-06-07 23:37:47 -04:00
Akinwale Ariwodola 543af2fcee
add methods related to fetching trending content (#44) 2018-06-06 01:24:01 +01:00
Sean Yesmunt 888fd5615f update build 2018-06-05 00:13:44 -04:00
Sean Yesmunt 3bc978ef4e build 2018-06-04 23:17:20 -04:00
Sean Yesmunt 02e47f922e
Merge pull request #42 from lbryio/search-page
update search query/activity when navigating
2018-06-04 16:37:46 -04:00
Travis Eden afca976ff9 handle HISTORY_NAVIGATE based on if url is /search 2018-06-04 11:51:44 -04:00
Travis Eden 5783efbde1 add thumbnail upload statuses 2018-06-04 09:01:14 -04:00
Sean Yesmunt a32e8835c2 update build 2018-06-01 11:18:27 -04:00
Sean Yesmunt b97c50d6e3
Merge pull request #37 from lbryio/notification-props
remove notification props
2018-06-01 11:09:37 -04:00
Thomas Zarebczan 5fbd590d38 build 2018-06-01 00:43:13 -04:00
Travis Eden 3a59c27308 stop de/restructuring notificationProps; add path as valid prop 2018-05-31 11:20:18 -04:00
Sean Yesmunt fb27fb6638 update build 2018-05-30 10:19:54 -04:00
seanyesmunt 5f23486c8a update build 2018-05-29 22:50:52 -04:00
Sean Yesmunt 8db54c08dd
Merge pull request #35 from dan1d/add-confirmation-modal
Add confirm transaction modal.
2018-05-29 21:28:23 -04:00
Sean Yesmunt b8d5f1c8be
Merge pull request #32 from lbryio/search
filter search suggestions so the search query isn't suggested twice
2018-05-29 15:58:04 -04:00
Daniel Dominguez 2cfef2fc53 Add confirm transaction modal. 2018-05-28 17:05:22 -03:00
Akinwale Ariwodola 2a33c5302f expose search types 2018-05-27 21:30:07 +01:00
akinwale 8cbeed7929
Merge pull request #33 from lbryio/claims-by-channel
Added claim actions. Added claim_list_by_channel call to lbry.js
2018-05-25 15:57:41 +01:00
Sean Yesmunt 7466fc36bb chore: update build 2018-05-25 10:35:01 -04:00
Akinwale Ariwodola 6e0b1934d4 Added claim actions. Added claim_list_by_channel call to lbry.js 2018-05-25 12:34:12 +01:00
Sean Yesmunt ec5d3d3fda filter search suggestions so the search query isn't suggested twice 2018-05-25 01:18:57 -04:00
Sean Yesmunt 487570a3a7 update nav links 2018-05-21 22:07:53 -04:00
Sean Yesmunt 30c18725d8
Merge pull request #26 from lbryio/channel-list
use CLAIM_LIST instead of CLAIM_LIST_MINE
2018-05-16 10:52:37 -04:00
Sean Yesmunt 67bd079779
Merge pull request #25 from lbryio/autocomplete
handle lbry uris in autocomplete results
2018-05-16 10:52:23 -04:00
Sean Yesmunt fec4612867 use CLAIM_LIST instead of CLAIM_LIST_MINE 2018-05-15 23:26:31 -04:00
Sean Yesmunt 95124ff521 handle lbry uris in autocomplete results 2018-05-15 23:10:06 -04:00
Sean Yesmunt cd26c429a6 chore: update build 2018-05-15 00:18:50 -04:00
Sean Yesmunt 4e757cb9a2 allow ability to track if search input is in focused 2018-05-15 00:18:25 -04:00
Sean Yesmunt 86530690e9 chore: update build 2018-05-10 18:40:25 -04:00
Sean Yesmunt 73742cd17f chore: update build 2018-05-10 00:23:01 -04:00
Daniel Dominguez d9d57d8194 chore: update build. 2018-05-07 15:42:17 -03:00
Daniel Dominguez 269878042b Update modal types constants and export them to use on lbry-app. 2018-05-05 16:21:13 -03:00
Akinwale Ariwodola fbf3531fc3 added transaction_list call 2018-05-02 07:34:11 +01:00
Akinwale Ariwodola b5e777ef91 Added wallet_* calls to lbry.js with some refactoring 2018-05-02 01:09:00 +01:00
Sean Yesmunt 0a42942a45 chore: update build 2018-04-25 17:39:38 -04:00
Sean Yesmunt 230f33a504 fix: send credits 2018-04-25 17:37:43 -04:00
Sean Yesmunt c04d64ad30 fix: close search modal when navigating 2018-04-25 11:19:36 -04:00
Sean Yesmunt 915799d945
Merge pull request #12 from lbryio/blacklist-content
Add ability to blacklist content
2018-04-25 11:08:09 -04:00
Sean Yesmunt 6ddac46101 update build 2018-04-24 14:15:44 -04:00
Sean Yesmunt 526122074e add blacklist content redux 2018-04-24 14:14:47 -04:00
akinwale 06cfc1c88c
Merge pull request #9 from lbryio/lbry-version
Added version call to lbry.js
2018-04-24 16:15:51 +01:00
akinwale fa21fe153c
Mobile settings constants added (#10)
* BACKGROUND_PLAY_ENABLED and FOREGROUND_NOTIFICATION_ENABLED mobile settings constants added
2018-04-23 21:01:44 +01:00
Akinwale Ariwodola bdf7639bb2 Added version call to lbry.js since proxy polyfill still doesn't work properly 2018-04-21 21:40:54 +01:00
Akinwale Ariwodola 81f45c3f6b changed proxy-polyfill to 0.1.6 as newer versions break on React Native. Added 'umd' libraryTarget for react native. 2018-04-21 21:24:40 +01:00
Igor Gassmann 38b239ddb6 Merge branch 'master' into cleanup 2018-04-21 12:43:43 -04:00
Igor Gassmann 1a2c4645c5 chore: final cleanup 2018-04-05 14:00:21 -04:00