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
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
- [x] Display empty message on empty filtered Tx list
- [ ] Tipping form has to stay open until success is detected(or closed
by user)
- [ ] Storing the older transaction list, and refreshing the new one in
the background.
Tip Box shown until valid Txn or manually cancelled
Cleanup of show tip box logic
implement custom history
fix history back / forward actions
fix react error
fix back / forward actions -> use doChangePath
revert history state
return page index / location from history stack
implement custom history -> react/redux style
remove util/createHistory.js
tidy up / simplify
fix comments