Commit graph

96 commits

Author SHA1 Message Date
Akinwale Ariwodola
23bcde0539 shared user state with preferences_get and preferences_set 2019-09-30 22:52:41 +01:00
Sean Yesmunt
42bf926138
Merge pull request #206 from lbryio/paginationHellRebase
Pagination rebase
2019-09-26 11:18:08 -04:00
jessop
64383d5787 uri to url 2019-09-25 17:37:21 -04:00
jessop
2cdc43b271 selectors for library and download pagination 2019-09-25 17:23:30 -04:00
jessop
f02c6b7a27 tx page size cleanup 2019-09-25 14:13:23 -04:00
jessop
66462144b2 transaction pagination selectors 2019-09-25 13:43:29 -04:00
Thomas Zarebczan
45e585c9cf feat: granular balances
+ We were not using the total balances stuff I removed -that was an attempt by Akin at one point to work around the SDK cross account balance issue.
+ Decided to keep `balance` as is so we don't have to change it everywhere else...still makes sense I think.
2019-09-25 01:25:01 -04:00
jessop
9fd930564e adds channelImport 2019-09-23 11:12:53 -04:00
Sean Yesmunt
6bd56492ad pr feedback 2019-09-23 10:22:14 -04:00
Sean Yesmunt
5ff2491e78 improvements 2019-09-23 10:22:14 -04:00
Sean Yesmunt
45031668f0 tags/subs sync 2019-09-23 10:22:14 -04:00
Sean Yesmunt
7954c1d5d0 onboarding updates 2019-09-23 10:20:14 -04:00
Sean Yesmunt
9d78fbb62d add selector for creatingchannel 2019-09-23 10:20:14 -04:00
Akinwale Ariwodola
123efacf4d
add optionalParams to doCreateChannel. Update myClaims after fetching channels (#195)
* add optionalParams to doCreateChannel. Update myClaims after fetching channels.
* merge with master. change coverUrl and thumbnailUrl.
* make optionalParams truly optional
2019-09-15 12:00:14 +01:00
Sean Yesmunt
a2ef019c69 canonical_url fixes 2019-09-04 11:57:48 -04:00
Thomas Zarebczan
80d67a240b fix: canonical URL stuff
Added cross-env to support compiling on Windows
Channel name now returns the channel with @
updated remaining instances of claimid/contentname
removed unused function that relied on parseURI
2019-08-29 13:03:55 -04:00
Sean Yesmunt
f5289f9811 use canonical_url everywhere and update url parse/build functions to work with canonical_url's properly 2019-08-20 16:00:26 -04:00
Sean Yesmunt
d902e0e576
Merge pull request #178 from zxawry/supports-selectors
add selectors for total supports and claim supports
2019-08-16 00:25:32 -04:00
Sean Yesmunt
b3692b532f add makeSelectFilePartlyDownloaded selector 2019-08-14 12:52:24 -04:00
Sean Yesmunt
05e70648e0
Merge pull request #176 from lbryio/range-request
Range request support for desktop
2019-08-13 13:33:58 -04:00
Akinwale Ariwodola
e10986e8e5
Mobile updates (#179)
* return lowercase tag names for unfollowed tags
* fix: thumbnail url
* fix claim.meta.creation_timestamp check
* track if the last page reached was reached for claim_search queries
* fix CLAIM_SEARCH_FAILED reducer
2019-08-13 16:27:32 +01:00
zxawry
f0edb11ac1
export added selectors 2019-08-11 17:30:29 +01:00
Sean Yesmunt
fe66fae040 remove purchasedStreamingUrls 2019-08-05 22:52:46 -04:00
Sean Yesmunt
faf4402309 working? 2019-08-02 14:10:24 -04:00
jessop
8f12baa88f changes after review 2019-08-02 10:56:32 -04:00
jessop
d41a2a8a30 adds blocked channel count 2019-08-01 15:43:48 -04:00
jessop
8406e8c25e supports user channel block uri list 2019-08-01 15:43:03 -04:00
Sean Yesmunt
250f5003d9 fix typo 2019-07-31 15:14:51 -04:00
Sean Yesmunt
c04f6806f7 fix export and url selector 2019-07-30 12:00:36 -04:00
Sean Yesmunt
a1ae63d0b6 handle all options for claim_search cache queries 2019-07-30 11:48:45 -04:00
Sean Yesmunt
b87e2f92f3 cache claim search results by query 2019-07-29 14:45:15 -04:00
jessop
046bc18eef enables publish for desktop
adds reduxCallbacks for post publish actions

publish callback modal works

better callbacks

publish callbacks passed as params

cleanup
2019-07-29 14:41:46 -04:00
Akinwale Ariwodola
b59fdfa1d8 support multiple simultaneous claim_search requests 2019-07-15 03:44:02 +01:00
Sean Yesmunt
66225f02c8 add selector for short_url 2019-07-08 14:28:14 -04:00
Sean Yesmunt
009ae8b8fa add tags back to redux 2019-07-02 16:33:57 -04:00
Sean Yesmunt
8bfef31386 jessop's commit - channel edit functionality 2019-07-02 13:02:53 -04:00
Akinwale Ariwodola
99e08fc733
Publishing (#158)
* add actions, selectors and reducer for publishing
* add publish types
* support thumbnail uploads for mobile
* update publishSuccess value in reducer
2019-07-01 20:49:51 +01:00
Jessop Breth
862ea67680 changes for comments 2019-06-26 18:48:18 -04:00
Sean Yesmunt
ae2f720d1d allow apps to set their own default followed tags 2019-06-19 17:52:04 -04:00
Sean Yesmunt
82a5f242d0 add my publishes uri selector 2019-06-19 17:52:04 -04:00
Sean Yesmunt
e8466bbeec remove trending in favor of lastClaimSearchUris 2019-06-19 17:52:04 -04:00
Sean Yesmunt
a22d0270d0 add tags 2019-06-19 17:52:04 -04:00
Akinwale Ariwodola
a01b919c72
remove the uri from the failed list if the user reattempts getting the same uri (#151)
* remove uri from failed purchase uris for a new purchase
* add doDeletePurchasedUri action
* add parseFloat for costInfo.cost
* add purhcaseUriErrorMessage and more failure handling
2019-05-27 14:59:21 +01:00
Akinwale Ariwodola
1fe1f6a188
refactor doPurchaseUri (#149) 2019-05-21 20:18:07 +01:00
Sean Yesmunt
02f6918238 store supports by outpoint in redux 2019-05-14 00:50:35 -04:00
Sean Yesmunt
c8126ab217 store user supports 2019-05-10 10:26:50 -04:00
Thomas Zarebczan
423123f1c1 add: nsfw
Also cleaned up some metadata
depth is no longer there, replaced by confirmations
added city
added featured to channel
removed email/homepage
2019-05-09 09:57:58 -04:00
Sean Yesmunt
32916b04e4
Merge pull request #140 from lbryio/flow
add generic metadata selector
2019-05-07 15:17:11 -04:00
Sean Yesmunt
727d367020
Merge pull request #136 from lbryio/removeBlockShowForDates
Uses timestamps for dates for Claims and Transactions
2019-05-07 00:19:27 -04:00
Sean Yesmunt
459bea2257 add generic metadata selector 2019-05-06 13:57:07 -04:00