lbry-desktop/ui/redux
infinite-persistence 59db2860d7
Comments: use the lighter selectMyClaimIdsRaw
`selectMyActiveClaims` includes `byId`, which gets invalidated on each resolve. Having this as an input selector breaks memoization.

For the case of comment-filtering, we don't really care about pending or abandoned own claims (I think), so just grab the raw IDs.
2021-11-04 16:06:04 +08:00
..
actions Add hints if an error occurs subscribing to notifications (#143) 2021-11-01 14:51:23 -04:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers ChunkLoadError: ask user to reload instead of automatically reloading (#139) 2021-10-27 11:07:06 -04:00
selectors Comments: use the lighter selectMyClaimIdsRaw 2021-11-04 16:06:04 +08:00