lbry-desktop/ui/js/component
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
..
app simplify balance check now that we are in redux land 2017-09-22 18:59:28 -04:00
cardMedia CardMedia component 2017-07-14 00:18:28 +01:00
cardVerify better? 2017-08-29 17:42:11 -04:00
dateTime transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
fileActions fix pending play issue introduced much earlier in branch 2017-09-17 22:08:43 -04:00
fileCard Minor refactors in doResolveUri() 2017-10-10 09:03:17 -04:00
fileDetails show full path to prevent confusion 2017-09-24 16:33:31 -04:00
fileDownloadLink fix availability issue and restore open in folder 2017-09-20 08:47:16 -04:00
fileList Add <IconSet /> component 2017-09-22 17:48:30 -04:00
fileListSearch clean up tip and search navigation 2017-09-17 14:26:55 -04:00
filePrice make select and file actions refactor 2017-09-07 23:15:05 -04:00
fileTile Minor refactors in doResolveUri() 2017-10-10 09:03:17 -04:00
formField Add regexp option to FormField 2017-09-06 14:53:57 -04:00
formFieldPrice fix all step properties, removing publish or send minimums app-side 2017-09-29 16:51:36 -04:00
header default balance to undefined, fixes #534 2017-09-06 15:05:35 -04:00
icon minor design changes 2017-09-22 17:48:35 -04:00
inviteList update invite reward check, fix infinite reward loop 2017-09-20 15:45:39 -04:00
inviteNew fix #542 2017-09-18 18:10:20 -04:00
link clean up tip and search navigation 2017-09-17 14:26:55 -04:00
linkTransaction transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
nsfwOverlay Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
publishForm remove channel length minimum, fixes #645 2017-10-02 08:40:42 -04:00
rewardLink Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
rewardListClaimed rewards refactor to support types, add list 2017-08-29 14:40:30 -04:00
rewardSummary fix imports, remove unused code 2017-08-30 13:57:42 -04:00
rewardTile better? 2017-08-29 17:42:11 -04:00
router drop developer page 2017-10-06 16:22:17 -04:00
snackBar Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
splash update upgrade message 2017-10-03 17:52:53 -04:00
subHeader Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
theme more settings progress 2017-09-06 21:53:42 -04:00
transactionList transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
transactionListRecent better? 2017-08-29 17:42:11 -04:00
truncatedMarkdown Extract TruncatedMarkdown component 2017-07-13 13:52:48 +07:00
uriIndicator tip clean up and refactor 2017-09-17 16:33:52 -04:00
userEmailNew fix #542 2017-09-18 18:10:20 -04:00
userEmailVerify fix #542 2017-09-18 18:10:20 -04:00
userVerify Update view.jsx 2017-08-31 11:09:53 -04:00
video cancel play on navigate away 2017-09-17 22:13:05 -04:00
walletAddress more verification copy tweaks 2017-08-30 09:04:36 -04:00
walletBalance better? 2017-08-29 17:42:11 -04:00
walletSend fix all step properties, removing publish or send minimums app-side 2017-09-29 16:51:36 -04:00
walletSendTip fix all step properties, removing publish or send minimums app-side 2017-09-29 16:51:36 -04:00
wunderbar Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
common.js remove unused property 2017-09-17 21:03:44 -04:00
file-selector.js allow user to create new directory when choosing download directory 2017-06-14 21:03:20 -07:00
form.js add required prop type 2017-09-18 18:16:00 -04:00
load_screen.js use React.PureComponent 2017-06-07 21:42:19 -07:00
menu.js add comment to clarify fix 2017-08-28 13:56:55 -04:00
tooltip.js use React.PureComponent 2017-06-07 21:42:19 -07:00