Commit graph

84 commits

Author SHA1 Message Date
Jeremy Kauffman 1ccd03ea59 fix typo in file_info reducer 2017-07-25 16:41:21 -04:00
Jeremy Kauffman ac34faea80 Merge remote-tracking branch 'origin/master' into rewards3 2017-07-24 18:09:37 -04:00
6ea86b96 af96d40ead Remove files from downloading list when they are deleted mid download 2017-07-22 10:54:15 +07:00
6ea86b96 b99d58c3f9 Track downloading files by outpoint 2017-07-22 10:54:15 +07:00
Jeremy Kauffman c67fe5aae6 update to master 2017-07-21 17:45:37 -04:00
6ea86b96 cad678417e Add access token to help page 2017-07-21 17:29:01 -04:00
Jeremy Kauffman ed2cbc0555 minor cleanup, update api field name 2017-07-20 15:03:01 -04:00
Jeremy Kauffman c2a611f11c more user flow improvements, possibly ready 2017-07-19 21:07:17 -04:00
Jeremy Kauffman 38fd451e72 add startup daemon version check, refactor daemon versioning to package.json 2017-07-19 17:05:08 -04:00
Jeremy Kauffman d7fdaa08e2 more progress 2017-07-19 11:09:40 -04:00
6ea86b96 a7c4df9393 Revert "Merge pull request #331 from akinwale/issue312"
This reverts commit a83b695602, reversing
changes made to 1d01dc8303.
2017-07-19 15:36:22 +07:00
Jeremy Kauffman ab9150fb27 end-to-end barebones 2017-07-18 19:00:13 -04:00
Jeremy Kauffman a83b695602 Merge pull request #331 from akinwale/issue312
Issue #312 home page scroll position on back navigation
2017-07-18 14:32:53 -04:00
Akinwale Ariwodola 187ac405fe Modified to use redux store and return to previous scroll position only upon back navigation 2017-07-13 16:32:32 +01:00
6ea86b96 f1c45775ab Cleaner way of filtering published claims while abandoning 2017-07-13 13:52:48 +07:00
6ea86b96 d3c621ed12 use _SUCCEEDED for abandom claim and file list action types 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 f3fdf5e841 Rename pending to fetching in selectors to avoid confusion 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 91359c2966 Add option to abandon claim when deleting published file 2017-07-02 13:48:53 -04:00
6ea86b96 ef8bd5f986 Cancel resolving URis when unmounting discover/file list pages 2017-06-29 15:38:01 +07:00
6ea86b96 500fdd282c
Move client settings into redux 2017-06-28 14:12:01 +07:00
Jeremy Kauffman 1ce926dd98 fix nsfw not refreshing 2017-06-27 14:19:33 -04:00
6ea86b96 78be53806b
Two file info fixes since last merge 2017-06-27 15:23:03 +07:00
Jeremy Kauffman de5af5d2bc Merge branch 'master' of github.com:lbryio/lbry-app 2017-06-26 13:17:46 -04:00
6ea86b96 7ec5f4950a
Rename fileInfo.fileInfos to fileInfo.byOutpoint 2017-06-25 14:24:45 +07:00
6ea86b96 0214422e6b Add a badge to the dock for downloaded files 2017-06-24 22:21:04 +07:00
6ea86b96 9595b1707d Fix refreshing 2017-06-23 12:47:41 +07:00
6ea86b96 5595b5b5b2
Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
6ea86b96 03f0c3ae8f Prettier fixes 2017-06-11 00:17:55 +07:00
Jeremy Kauffman 09ecae7e0d reviewable 2017-06-08 17:15:34 -04:00
Jeremy Kauffman 18a40defba mostly done? 2017-06-07 20:56:52 -04:00
Jeremy Kauffman 4f65957287 not enough progress 2017-06-07 12:11:47 -04:00
Jeremy Kauffman b6881c829c uncommitted work from last night 2017-06-07 12:08:05 -04:00
Jeremy Kauffman a17d19038e good chunk of progress towards auth and rewards refactor / degating 2017-06-07 12:08:04 -04:00
6ea86b96 eb170b9720 Working on rewards refactor 2017-06-07 12:04:39 -04:00
Jeremy Kauffman e0b8afe028 midway through auth rewrite 2017-06-07 11:56:01 -04:00
6ea86b96 732c9c3bd3 Make channel pages work again 2017-06-07 08:34:43 +07:00
6ea86b96 72137f51d2 Fix resolving uris in file tile 2017-06-07 08:34:13 +07:00
6ea86b96 f97ec7b390 Store claims by id in the state 2017-06-07 08:30:17 +07: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
Alex Liebowitz c7bab43b7b Open full path instead of directory during upgrade
This was how it was before the Redux refactor
2017-06-01 05:03:37 -04:00
6ea86b96 a6709ffc26 Try to only keep one copy of each claim in the store 2017-05-28 22:46:00 +04:00
Jeremy Kauffman 260980ff38 fix app upgrades? 2017-05-25 16:07:32 -04:00
Jeremy Kauffman 0c41cbb823 error and auth fixes 2017-05-24 20:07:38 -04:00
6ea86b96 53efd55890
Fix snackbar 2017-05-23 11:21:21 +04:00
Jeremy Kauffman 951190bf96 channel and file selector fixes 2017-05-21 10:42:34 -04:00