lbry-desktop/js/page
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
..
claim_code.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
discover.js Make search result tiles use new Lighthouse cost reporting 2016-12-14 13:24:58 -05:00
help.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
my_files.js Refactor My Files page 2016-12-28 02:28:13 -05:00
publish.js Hard code web UI address in certain links to make testing servers work 2016-12-06 15:09:49 -05:00
referral.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
report.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
settings.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
show.js Show: var -> const in DetailPage.render() 2016-12-14 13:27:07 -05:00
start.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
wallet.js bug fixes found while linting 2016-12-06 14:28:10 -05:00
watch.js Hard code web UI address in certain links to make testing servers work 2016-12-06 15:09:49 -05:00