Commit graph

124 commits

Author SHA1 Message Date
jessop
3be6fa52ac track reflecting files 2020-05-08 14:11:43 -04:00
jessop
58ff4d8086 support paginating publishes
and removing dependencies on full claim list mine

fix pending

repost fix
2020-05-01 13:54:10 -04:00
jessop
cd3fa33066 callback for abandons 2020-04-14 16:35:27 -04:00
jessop
1e505184dc add txo list by params
fix set.slice() error

add txopage reducer

move txo constants to redux

abandon bug

abandon callback
2020-04-14 16:35:27 -04:00
jessop
de41f6bb8e adds abandonClaiSupportError to wallet reducer 2020-04-01 14:47:35 -04:00
jessop
1d461ec088 tip management on claim
properly handle pending

respond to review
2020-03-31 21:36:46 -04:00
jessop
1dd2d4cff5 export taglist selector 2020-03-10 10:08:23 -04:00
Sean Yesmunt
bd07919a72 redux for reposts 2020-02-10 10:49:45 -05:00
Sean Yesmunt
2f68494b71
Updates comment-related redux code to support sdk version 0.53.0 (#259)
Updates comment-related redux code to support sdk version 0.53.0
2020-01-23 15:50:01 -05:00
Akinwale Ariwodola
17a5260c3f
add doResolvedSearch actions which returns resolved search results (#258)
* add doResolvedSearch actions which returns resolved search results
* add recommended content selector
* update ResolvedSearchResult type
* support for multiple pages of resolved search results
2020-01-22 02:04:50 +01:00
Oleg Silkin
2bdbf3d645 Implements reducers for COMMENT_UPDATE, COMMENT_HIDE, and COMMENT_ABANDON 2020-01-13 17:00:04 -05:00
jessop
74eba1f297 provide walletReconnecting state in wallet reducer 2019-12-18 11:47:18 -05:00
jessop
341d606614 review changes 2019-12-12 14:51:07 -05:00
jessop
7d2e8ba170 more 2019-12-11 14:27:52 -05:00
jessop
93c7da0c27 supports wallet servers and daemonSettings preferences 2019-12-11 09:45:18 -05:00
jessop
b09b7745b7 fixes hidden claims notification 2019-11-25 15:11:32 -05:00
jessop
15934866e1 rename claimsByChannel to paginated... 2019-11-21 21:26:00 -05:00
jessop
d96aeb7e71 stores item and page counts from claim search with paginated claims 2019-11-21 19:01:23 -05:00
Sean Yesmunt
4491b975cc
support for 0.45 sdk (#240)
support for 0.45 sdk
2019-11-06 12:14:00 -05:00
Sean Yesmunt
d5ffdeaec4 keep selectRecentTransactions 2019-11-04 13:43:33 -05:00
Thomas Zarebczan
2157834ff6 WIP API improvements 2019-11-01 13:17:55 -04:00
jessop
d3a9b26787 exposes api call for use by tv update 2019-10-31 07:46:42 -04:00
hack.ily
d4ea2ca385 feat(wallet): Add new action and reducer to clear support transaction 2019-10-30 00:55:15 -07:00
Jeremy Kauffman
e5440ba860
Merge pull request #214 from lbryio/download_query_selectors
add selectors for download queries
2019-10-27 10:08:02 -04:00
jessop
4aa1f6f379 doUploadThumbnail signature takes local path OR File() object 2019-10-22 15:59:28 -04:00
jessop
5ee22d42d6 tv publish 2019-10-22 15:59:28 -04:00
Sean Yesmunt
2a9263c89d use middleware for preference setting 2019-10-14 23:35:38 -04:00
Jeremy Kauffman
b0ffa82c09 add selectors for download queries 2019-10-03 17:14:35 -04:00
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