lbry-desktop/ui/component/claimTilesDiscover
infinite-persistence 8065f6fd5f
ClaimTilesDiscover: revert and cleanup
## Simplify
- Simplify to just `uris` instead of having multiple arrays (`uris`, `modifiedUris`, `prevUris`)
- The `prevUris` is for CLS prevention. With this removal, the CLS issue is back, but we'll handle it differently later.
- Temporarily disable the view-count fetching. Code is left there so that I don't forget.

## Fix
- `shouldPerformSearch` was never true when `prefixUris` is present. Corrected the logic.
- Aside: prefix and pin is so similar in function. Hm ....
2021-09-25 12:05:07 +08:00
..
index.js -- tmp revert -- 2021-09-25 12:05:05 +08:00
view.jsx ClaimTilesDiscover: revert and cleanup 2021-09-25 12:05:07 +08:00