lbry-desktop/ui
infinite-persistence f5034f74ca Batch resolve pin urls in 2 ways
Expanded homepage pins to support 2 types of input (if both are passed in, pinnedUrls take precedence):
  (1) pinnedUrls     --> uses doResolveUris (resolve)
  (2) pinnedClaimIds --> uses doResolveClaimIds (claim_search)

Instead of injecting the pinned URLs directly, we inject from `resolvedPinUris`, which will be blank until the uris are resolved, thus preventing it from being resolved individually from the tiles.

There's additional complexity with the `claim_search` method, as the rest of the code deals with uris instead of IDs. Fortunately, it's all contained with `useResolvePins`, so removal would be easier when the batch `resolve` issue is fixed.
2022-03-31 15:58:10 -04:00
..
component Batch resolve pin urls in 2 ways 2022-03-31 15:58:10 -04:00
constants Option to hide notification count in title bar 2022-03-31 10:23:31 -04:00
effects Batch resolve pin urls in 2 ways 2022-03-31 15:58:10 -04:00
modal Publish Preview: i18n 2022-03-29 09:08:49 -04:00
page Batch resolve pin urls in 2 ways 2022-03-31 15:58:10 -04:00
redux Option to hide notification count in title bar 2022-03-31 10:23:31 -04:00
scss patch 3 (#1251) 2022-03-31 11:19:32 +02:00
util Batch resolve pin urls in 2 ways 2022-03-31 15:58:10 -04:00
analytics.js Thumbnail improvements 2022-03-21 13:13:25 -04:00
app.js
comments.js Remove custom comments server 2022-02-03 10:24:58 -05:00
i18n.js Add env to auto report new strings in console 2022-01-05 00:26:31 -08:00
index.jsx Consolidate legal/requirements fetch 2022-03-17 10:25:59 -04:00
lbry.js Revert "Log which method caused Failed to fetch" 2022-03-19 07:31:14 +08: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 Patch to restore position upon returning to video until more fully fleshed out fix can be introduced (#817) 2022-02-07 12:51:26 -05:00