Commit graph

79 commits

Author SHA1 Message Date
Sean Yesmunt
806626fe16 remove localStorage from settings 2019-09-18 16:57:54 -04:00
Thomas Zarebczan
93e3de8c21 fix: sub autodownloads 2019-08-30 15:17:09 -04:00
Sean Yesmunt
784ccc1b50 go back after deleting file 2019-08-30 10:01:39 -04:00
Thomas Zarebczan
3d4e35e32f fixes: canonical url + sub downloads
Sub downloads is just missing the last step - need to check why it's not being resolved/saved.
2019-08-29 20:39:48 -04:00
Thomas Zarebczan
4e3bd44f4e duh 2019-08-29 00:12:19 -04:00
Thomas Zarebczan
ec12b1bb69 fix: instant purchase on 0.1 or less LBC fee
fixes: https://github.com/lbryio/lbry-desktop/issues/2797
2019-08-29 00:12:19 -04:00
Sean Yesmunt
14cd37ac05 canonical_url related fixes 2019-08-27 19:36:41 -04:00
Sean Yesmunt
91965246dc fix subscription urls 2019-08-26 18:55:39 -04:00
Sean Yesmunt
94e104e536
Revert "Enables wallet and rewards" 2019-08-23 10:21:53 -04:00
jessop
ee19f9b923 Enables wallet and rewards 2019-08-22 17:25:55 -04:00
Oscar Dominguez
0a812dc2c3 fix css and darck mode const 2019-08-19 12:11:47 -04:00
Oscar Dominguez
a52d7df06f finish issue-1922 2019-08-19 12:11:46 -04:00
Oscar Dominguez
1d0ac2fec8 change redux for new settings 2019-08-19 12:11:46 -04:00
Thomas Zarebczan
90c219ff38 fix: more bugs
We should still allow file removal if someone doesn't want to delete the file from their PC, but delete it from My Library
No need to show connecting/status while claim is resolving
Fix channel edit bug on vanity url
2019-08-15 07:36:03 -04:00
Sean Yesmunt
5dfee2c30a only stop video if you delete the one that's playing 2019-08-14 23:10:53 -04:00
Thomas Zarebczan
f6858beb68 fix: re-save file if deleted
fix: download link status on file page while loading
download link status on file page while resolving showed "connecting"....it should only show this while downloading.
bump: redux streaming fix
2019-08-14 23:10:53 -04:00
Sean Yesmunt
c5ab8e1f20 general player fixes 2019-08-14 23:10:53 -04:00
Sean Yesmunt
f51cabc561 add back file view analytics 2019-08-14 23:10:53 -04:00
Sean Yesmunt
2b09d56b63 floating player actually working 2019-08-13 01:35:13 -04:00
Sean Yesmunt
90bcde49e7 cleanup 2019-08-12 12:37:57 -04:00
Sean Yesmunt
cd3edca074 fix paid content - thanks tom 2019-08-12 12:37:57 -04:00
Sean Yesmunt
f25559adfb oh boy 2019-08-12 12:37:44 -04:00
jessop
df56d2b004 more cleanup 2019-07-29 14:40:09 -04:00
jessop
6ac727e19e cleanup 2019-07-29 14:40:09 -04:00
jessop
76b5547323 moves publish callback into desktop redux wrapper 2019-07-29 14:40:09 -04:00
jessop
f2c51f7735 successfully publishes using lbry-redux
updates lbry-redux hash

adds streamPublish success and fail callbacks

passing callbacks in doPublish( success, fail )

update redux

prepare rebase
2019-07-29 14:39:39 -04:00
Sean Yesmunt
8e78cb1068
Merge pull request #2687 from nestordominguez/issue-2361
Make the volume control remember if muted
2019-07-29 11:55:34 -04:00
Thomas Zarebczan
553ce44b8e fix: price on update
Would show 0  / LBC for free claims, instead of free. The downside here is that it shows 0 LBC as the default fee if someone chooses one. We'd need to make the default a separate variable.

Also updated the publishprice function name (copy paste error)
2019-07-29 09:46:54 -04:00
Sean Yesmunt
9311038fbb final cleanup I know theres bugs but ship it 2019-07-29 09:46:54 -04:00
Sean Yesmunt
bbd9591f3b this got out of hand 2019-07-29 09:46:54 -04:00
Oscar Dominguez
81452a1ee6 Make the volume control remember if muted 2019-07-27 18:17:25 -03:00
Sean Yesmunt
c9ff94d061 cleanup 2019-07-22 19:27:30 -04:00
Sean Yesmunt
4d414775bc update lbry-redux 2019-07-22 19:27:24 -04:00
Sean Yesmunt
52bc0e7a1a mature tags 2019-07-05 14:02:15 -04:00
jessop
16bcaf7ceb updates in component state
updates work

asset upload works

channelForm component
2019-07-02 09:19:53 -04:00
Sean Yesmunt
be50633b53 add placeholders to claim previews 2019-07-01 14:53:46 -04:00
Sean Yesmunt
fa24060b3f respond to ux feedback 2019-07-01 14:53:46 -04:00
jessop
3b1ca0ddfd fixes two bugs on edit page \
channel selector was not being populated \
bid amount was not editable
2019-07-01 12:29:12 -04:00
Sean Yesmunt
2a21b6936b
Discovery fixes (#2576)
* point change email button to faq arcticle until we add that functionality

* hide claims if they are blocked

* fix: sorting on 'library' page

* add @reach/tooltip

* cleanup and add tags to publish page

* fix: button color

* fix: PublishPrice props

* fix: claim list sorting

* update lbry-redux

* respond to PR comments
2019-06-28 03:27:55 -04:00
Sean Yesmunt
c30f0efda1
Merge pull request #2573 from jonnylynchy/feature/publishUpdateModal
Update modal for edits to existing claims (different verbiage)
2019-06-26 11:09:00 -04:00
Jon Lynch
c52ad9c54c removed extraneous modal, added prop to publish modal to toggle text (edit or new) 2019-06-25 20:18:05 -05:00
Jon Lynch
d66d63cca0 added update modal for edit/update publish vs new publish, corrected copy pasta on modal variable in publish modal 2019-06-24 23:05:46 -05:00
Lex Berezhny
8f7e93ba7a claim_search --valid_channel_signatures was renamed to --valid_channel_signature 2019-06-24 15:40:53 -04:00
Sean Yesmunt
7baa73aff9 fix: claim search params 2019-06-17 15:46:19 -04:00
Sean Yesmunt
60543562aa tags 2019-06-17 15:46:19 -04:00
Jeremy Kauffman
394fd8a397 crude i18n support 2019-06-12 17:52:48 -04:00
zxawry
0c0c634872
auto select file on edit 2019-06-11 16:30:36 +01:00
Sean Yesmunt
876a9cb9d9 add thumbnail slider modal 2019-05-21 17:18:24 -04:00
Thomas Zarebczan
91f3b5f4ba more fffffixes
doh nfsw!
doh nout!
Fix more flow errors with price
2019-05-10 18:27:07 -04:00
Sean Yesmunt
22302991c8 fix flow errors 2019-05-10 10:50:33 -04:00