Commit graph

90 commits

Author SHA1 Message Date
Jeremy Kauffman a6b83a0b08 fix infinite loops on unclaimed URLs (somewhat ugly) 2017-10-12 10:05:18 -04:00
Jeremy Kauffman 3735498785 saner paging, fix resolving uri state, fix counts in channel results, fix search prefix 2017-10-12 09:45:59 -04:00
Alex Liebowitz c5c67a0de5 Minor refactors in doResolveUri()
Add doResolveUris()

Always call resolveUri() in FileTile and FileCard

Before, these components would only try and resolve if claim info
wasn't provided.

Don't require uri param in lbry.resolve()

It can now be "uris" instead, plus the error message about caching
doesn't really apply anymore.

Don't cache/cancel open resolve requests

No longer needed because we're not doing resolve requests in bulk

Add support for multiple URI resolution in lbry.resolve()

Handle multi URL resolves with one action

Update CHANGELOG.md
2017-10-10 09:03:17 -04:00
Jeremy Kauffman 767630a985 finally killed client settings in lbry.js 2017-10-06 16:15:33 -04:00
Jeremy Kauffman 92f3cf46e2 Merge branch 'fix-empty-channels' 2017-10-01 12:49:03 -04:00
Jeremy Kauffman 3539d78d0a prevent overwriting variable 2017-10-01 12:48:31 -04:00
Baltazar Gomez 45ca07115b Fix #643
Reset playing uri
2017-09-30 23:39:00 -06:00
Baltazar Gomez 449997ff6e fix #605
Don't play video if you can't pay for it :(
2017-09-30 20:50:32 -06:00
btzr-io 36c106e16c fix wrong page number 2017-09-30 09:36:13 -06:00
Baltazar Gomez ab3aa0501c fix for empty channels #636 2017-09-29 17:15:14 -06:00
Jeremy Kauffman f4b2c599c3 fix #615 2017-09-28 20:32:59 -04:00
Alex Liebowitz 93b1ab8ac6 Add basics of Instant Purchase setting
Fix and simplify state management of Instant Purchas setting

Add Instant Purchase check to Watch page

Merge Max Purchase Price and Instant Purchase into one section

Wording still not finalized.

Add Instant Purchase setting names to constants

Support USD for Instant Purchase

On Settings page, use constants for new Instant Purchase settings

Convert Instant Purchase Maximum setting into FormRow

Update wording of Instant Purchase option and add helper text.

Wording still not final.

On Settings page, get Instant Purchase settings via selector

Update CHANGELOG.md
2017-09-22 18:34:16 -04:00
Jeremy Kauffman 33c5158818 channel navigation fixes 2017-09-20 13:12:53 -04:00
Jeremy Kauffman e741d5ee27 fix pending play issue introduced much earlier in branch 2017-09-17 22:08:43 -04:00
Jeremy Kauffman 680bb1df9d make select and file actions refactor 2017-09-07 23:15:05 -04:00
Jeremy Kauffman bdf84b3dbd pausing during partial refactor 2017-09-07 17:18:33 -04:00
Jeremy Kauffman 421f88a077 add console log for error alert so we can figure out what is happening 2017-08-31 14:10:37 -04:00
Jeremy Kauffman 7e23b62c7b CHANGELOG fix, remove settings, abstract interval setting 2017-08-30 12:43:35 -04:00
Baltazar Gomez c03c0de0a2 Fix for #461
show full price on confirmation

don't format full price

smart format for full price
2017-08-25 16:03:29 -04:00
Jeremy Kauffman a31e064c3e fix pagination of channels 2017-08-24 17:12:32 -04:00
Akinwale Ariwodola d591886df5 reduxify pull request 325 2017-08-08 10:36:14 +01:00
Jeremy Kauffman 99c13f6444 reset downloading state on get fail 2017-07-30 15:57:42 -04:00
Jeremy Kauffman 8acccafe19 fix handling and display of errors on get API call 2017-07-30 15:37:44 -04:00
Jeremy Kauffman d58990f240 fix incorrect file_list responses 2017-07-30 15:20:36 -04:00
Jeremy Kauffman b6d3a52f5d featured icon for reward content 2017-07-29 18:56:08 -04:00
Alex Liebowitz 230d2a451c Indicate content eligible for Hot Right Now reward 2017-07-29 17:54:05 -04:00
6ea86b96 d7ceeb15cf Add pagination
Some bad pagination CSS
2017-07-29 15:35:14 -04:00
6ea86b96 1f9fc456d3 Restart download monitoring in redux for pending downloads after
restart
2017-07-25 15:45:21 +07:00
Jeremy Kauffman ac34faea80 Merge remote-tracking branch 'origin/master' into rewards3 2017-07-24 18:09:37 -04:00
6ea86b96 b99d58c3f9 Track downloading files by outpoint 2017-07-22 10:54:15 +07:00
Jeremy Kauffman b3de4ceee9 beginnings of new flow 2017-07-15 15:25:39 -04:00
6ea86b96 443caa2740 Fix promise reject when creating a channel 2017-07-13 13:52:48 +07:00
6ea86b96 76fe44e519 Refactor back to lbry.js localStorage for pending publishes 2017-07-13 13:52:47 +07:00
6ea86b96 470f61da9d commit little and often fail 2017-07-13 13:52:47 +07:00
6ea86b96 8325828f6e Progress towards working publish 2017-07-13 13:52:47 +07:00
6ea86b96 284ab8a01a Move fetching my channels into redux 2017-07-13 13:52:47 +07:00
6ea86b96 ef8bd5f986 Cancel resolving URis when unmounting discover/file list pages 2017-06-29 15:38:01 +07:00
Jeremy Kauffman e8d7e2dc40 minor copy change 2017-06-26 13:16:36 -04:00
6ea86b96 1b88e70d74
Send desktop notifications when a download has completed 2017-06-24 23:48:01 +07:00
6ea86b96 0214422e6b Add a badge to the dock for downloaded files 2017-06-24 22:21:04 +07:00
6ea86b96 5595b5b5b2
Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
Jeremy Kauffman f975ef4b1b Merge branch 'master' into redux-persist 2017-06-15 10:13:22 -04:00
6ea86b96 e5260612d6 Fix removing busy message after discovered content is fetched 2017-06-15 11:27:38 +07:00
6ea86b96 193738083f Always resolve claims on discover page 2017-06-15 11:27:38 +07:00
Jeremy Kauffman 4c8d649830 updates required for lbry daemon 0.12 2017-06-14 17:49:23 -04:00
Jeremy Kauffman 09ecae7e0d reviewable 2017-06-08 17:15:34 -04:00
Jeremy Kauffman 2172555096 change prettier options 2017-06-06 17:19:12 -04:00
Sean Yesmunt c8b949f020 format with prettier 2017-06-05 21:21:55 -07:00
6ea86b96 fa66f4e918 Fix download progress for recontructing files 2017-06-02 14:11:59 +07:00
6ea86b96 230e6e2d70 Fix autoplaying 2017-05-30 23:16:41 +04:00