* v0.29.0-rc.1
* bump daemon
* v0.29.0-rc.2
* bump lbry/components
* v0.29.0-rc.3
* fix: remember if search options were open
* fix: scrollable list on subscriptions
* fix: icon alignment on file page
* fix: button color in publish form
* fix: select option color for windows/linux
* fix: don't break app when navigating to abaondoned claims
* fix: thumbnail size on related content
* maint: rc4
with UI fixes
* fix: ... buttons ... again
* fix: file percentage on pending downloads
Changed to DidMount (did update seemed to trigger the file list too many times) - this will show the percentage if it's not completed and currently downloading. Typical cases are if a person refreshed or navigated away/back. This way if a download is stuck, a user will see the percentage and can try to delete/redownload (we should add a start/stop feature later on).
* fix: name input text wrapping
* change: use select drop down for search results
* add search analytics
* v0.29.0-rc.5
* v0.29.0-rc.6
* fix: name input alignment
* fix: metadata
* bump sdk
* v0.29.0-rc.7
* fix: line-height
* v0.29.0-rc.8
* v0.29.0
* maint: 0.31.0 changes
Changes to account for 0.31.0, WIP
* maint: key fee settings + bump SDK
Disable setting is no longer part of SDK settings so I moved it into local storage. Also moved in the max fee setting since it's now cleared out from the SDK.
* flow fix
* fix: share usage setting
* fix: file path unavailable
When clicking play, the file does re-download now, so no need to do anything there. Improved click behavior when file is deleted - it now still opens the folder in case someone is interested.
* review fixes
Set disableMaxKeyFee as a local variable. Removed file info from componentdidmount.
* fix, take 2
No need to set the setting I just removed...
* review fixes
Removed local settings storage. Value will be reset when switching back and forth.
* Update view.jsx
* Update settings.js