Fixes claim editing while keeping any existing tags + setting/clearing fee.
Fixes not being able to abandon claims if file was deleted
Beware of lint errors..some old and new. Everything works and we should clean them up later once tags are properly integrated.
This will also support differential updates on Windows. Tested and working successfully, but would like to go through a final round during RC testing. On Mac, it falls back to default download. I think that's only supposed on nsis-web for Mac, something we can muck around with another time. Node v10 is required for electron-builder dependencies.
* fix: wallet balance style with 0lbc
* v0.29.3-rc.1
* v0.29.3
* fix: videoplayer
Switched from timeout to slight delay, works consistently on lbry://test-stream-1. This also fixes the white screen issue (copied most code from current master).
* fix: add back timeout
* fix: phone collection styling
* v0.29.4-rc.2
* update changelog
* v0.29.4
* fix rebase
* 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
* fix: channel navigation from suggested subscriptions
* fix: move subscribe/share buttons below name on channel page
* fix: images with weird media type
* fix: increase tx amount size on tx table
* change: add icons to nav bar
* fix: move filewatcher-webpack-plugin into dev dependencies
* fix: upgrade button styling
* improvement: modal consistency
* change: increase svg stroke inside button
* fix: more descriptive title on header for wallet balance
* fix: minor color/alignment
* chore: update lbry-redux
* fix: share modal not opening
* fix: add more spacing above snackbar link
* fix: properly close thumbnail error modal
* fix: better align media property icons
* fix: tx filter alignment and prevent hiding filter if no current tx's
* fix: publish markdown on dark mode
* fix: add max-width on container for large screens
* fix: channel pagination aligmnent and spacing
* fix: modal spacing and flow errors
* fix: home page scrolling (now with mouse scrolling)
* fix: hover color in dark mode for outline buttons
* fix: improve file page spacing/layout
* cleanup
* fix: wrap file actions on smaller screens
* fix: comment button spacing
* Fixes
* Fix top result
* Added icons to React component
* Trying to get icons to work
* Icons
* add icon-custom.jsx with buildIcon function
* Icon fixes
* Fixed subscription screen
* fix: channel button color on dark mode
* fix: disabled primary button in dark mode
* fix: show pending publishes immediately
* update lbry-redux
* remove duplicate import
* use lbry colors for 'new' badge
* fix: don't filter transactions in recent transactions
* fix: remove unread subscriptions on un-subscribe
* handle edits and new files the same for pending publishes
* don't loop over transactions if we don't have to
* bump lbry-redux