lbry-desktop/js
Alex Liebowitz 83d59da827 Refactor My Files page
- Checking for file ownership is now done by making one call to
   lbry.getMyClaims() and saving a list of txids.
 - Broke out logic for Published and Downloaded pages
 - Published page now looks up the user's claims instead of files.
   This allows published streams to be listed even if the files don't
   exist on the user's machine; also, because it looks up file info by
   txid, you will no longer see a newer claim listed if you made a
   claim and it was overtaken.
2016-12-28 02:28:13 -05:00
..
component Fix timeout check in DownloadLink 2016-12-16 17:59:15 -05:00
page Refactor My Files page 2016-12-28 02:28:13 -05:00
app.js bug fixes found while linting 2016-12-06 14:28:10 -05:00
lbry.js Add API stubs for getting info for individual files 2016-12-26 23:51:01 -05:00
lighthouse.js Add lbry.getSizeForName() 2016-12-14 13:24:58 -05:00
main.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00