lbry-desktop/ui/redux
infinite-persistence 39a0beb4ee Remove channel_list from end of Sync Loop
## Issue
- Slow for users with many channels.
- The need to do it in Sync Loop is more applicable to Desktop.

## Approach
- Just remove it from sync loop.
- It will still be called when entering `/$/channels`, so that's an alternative to fix things when it is out of sync.
2021-12-29 21:16:20 -05:00
..
actions Remove channel_list from end of Sync Loop 2021-12-29 21:16:20 -05:00
middleware Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
reducers Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
selectors ClaimTilesDiscover: optimize props to reduce renders 2021-12-29 09:32:01 -05:00