lbry-desktop/ui/redux/actions
infinite-persistence e2166b6f03
Change collection item fetch-page from 5 to 50 (#1732)
In `doResolveUri`, if the `uri` is a collection, it will attempt to fetch all items in the collection.

Can't think of any special reason to keep the page-size small, and not seeing any notes in the commits either. It just ends up making several `claim_search` of 5's until all items are fetched.
2022-06-22 08:04:22 -04:00
..
app.js Fix localStorage crash 2022-05-26 08:27:35 -04:00
blocked.js Geo blocklist - reimplement with backend support (#1089) 2022-03-14 15:15:30 -04:00
claims.js Change collection item fetch-page from 5 to 50 (#1732) 2022-06-22 08:04:22 -04:00
coinSwap.js CoinSwap: websocket + multi-coin 2021-04-13 14:02:25 -04:00
collections.js Fix #798: fix action dispatch order in doFetchItemsInCollections 2022-03-12 08:54:43 -05:00
comments.js Undo the channel-clamping and let user figure out from Toast 2022-05-06 11:31:42 -04:00
content.js 1318: Persist recsys data for send after tab close 2022-05-24 13:52:50 -04:00
file.js Fix flow for User/UserState 2022-03-17 13:12:18 +08:00
file_info.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
livestream.js Remove polling, still happen on channel pages (#1558) 2022-06-09 14:43:45 -04:00
notifications.js Defer notification/categories 2021-12-29 09:15:06 -05:00
publish.js Support stream updates via claim_id parameter (#1465) 2022-05-19 08:13:48 -04:00
reactions.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
reportContent.js update reports endpoint. 2022-02-09 15:06:38 -05:00
rewards.js Fix i18n issues reported 2022-03-24 15:36:09 +08:00
search.js Batch resolve with claim_search | [Recommended, Comments] 2022-03-29 21:21:58 -04:00
settings.js Automatically set default channel on sign up (#1559) 2022-05-24 06:18:26 -04:00
subscriptions.js More sidebar optimizations 2022-03-22 08:46:27 -04:00
sync.js Add 'lastViewedAnnouncement' into wallet. 2022-05-20 00:04:06 +08:00
tags.js Remove content_tags and related functions 2021-12-13 11:54:53 -05:00
user.js Fix user membership state for incognito. 2022-05-30 19:03:21 +08:00
wallet.js Also apply timeout msg to wallet_send 2022-06-02 10:40:19 -04:00
websocket.js Refactor and fix websocket connection behavior 2022-04-29 10:43:30 -04:00