lbry-desktop/ui
infinite-persistence e4658bb044
Fix missing claims in large collection (#726)
## Issue
A huge list like http://localhost:9090/$/list/d91815c1bc8c80a1f354284a8c8e92d84d5f07a6 (193 items) often produces fewer results in the final rendered list.

## Cause
The same list of IDs was passed into `claim_search`, and we just increment the `page`. However, it seems like `claim_search` does not honor the order between each call, and some results from the previous page took the place of the results in the next page.  The total is the same, but there are now duplicates.

## Fix
When batching, slice the ID list ourselves to bypass the problem for now.
2022-01-18 09:33:01 -05:00
..
component Fix collection filter 2022-01-17 12:06:59 -05:00
constants Creative Arts strings 2022-01-17 09:28:02 +08:00
effects Fix "you are offline" nag being stuck 2021-12-22 12:41:05 +08:00
modal Fix doAbandonClaim (#699) 2022-01-14 14:26:03 -05:00
page [Live Chat] Break down componets for Page Layout + Add ability to Pop Out chat window + Hide chat option (#681) 2022-01-14 15:24:16 -05:00
redux Fix missing claims in large collection (#726) 2022-01-18 09:33:01 -05:00
scss [Live Chat] Break down componets for Page Layout + Add ability to Pop Out chat window + Hide chat option (#681) 2022-01-14 15:24:16 -05:00
util Fix crash 2022-01-17 23:24:59 -05:00
analytics.js Reduce triple call to single call, improve video loading, fix embed play button being off-center (#546) 2022-01-06 14:28:27 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Comment api: re-format to single-line. 2022-01-17 14:34:41 +08:00
i18n.js Add env to auto report new strings in console 2022-01-05 00:26:31 -08:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Change logic for daily reward claiming to weekly 2021-12-23 02:40:58 -05:00
store.js Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00