lbry-desktop/ui
infinite-persistence 4c914d7027 Use 'selectHasChannel' instead of the full 'selectMyChannelClaims'
- selectMyChannelClaims depends on `byId`, which currently is always invalidated per update, so it is not memoized.

- Most of the use-cases just needs the ID or the length of the array anyways, so avoid generating a Claim array (in selectMyChannelClaims) unnecessarily -- the client need to reduce it back down to IDs again :/

- The simpler boolean also removes the need to memoize the selector, which saves a bit of memory.
2022-01-20 17:50:32 -05:00
..
component Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' 2022-01-20 17:50:32 -05:00
constants mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
effects
modal Fix doAbandonClaim (#699) (#7422) 2022-01-19 20:54:01 -05:00
page Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' 2022-01-20 17:50:32 -05:00
redux Fix doAbandonClaim (#699) (#7422) 2022-01-19 20:54:01 -05:00
scss Video: fix grayed out "/" in time indicator (#7425) 2022-01-19 21:27:41 -05:00
util Selector refactors (#7424) 2022-01-19 20:46:01 -05:00
analytics.js mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
app.js
comments.js
i18n.js
index.jsx mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
lbry.js
logWarningConsoleMessage.js
native.js
reducers.js
rewards.js
store.js