lbry-desktop/ui/component/claimPreview
infinite-persistence 201a826381
Simplify makeSelectIsUriResolving
- Memo not required. `resolvingUris` is very dynamic and is a short array anyways.
- Changeg from using `indexOf` to `includes`, which is more concise.
2021-11-16 14:32:58 +08:00
..
claim-preview-loading.jsx Eliminate CLS in Recommended due to wrapper mismatch 2021-07-23 13:23:52 +08:00
claim-preview-no-content.jsx show loading while searching 2020-12-28 15:00:15 -05:00
claim-preview-no-mature.jsx show loading while searching 2020-12-28 15:00:15 -05:00
index.js Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
view.jsx Revert claim preview + fix small css issue + export named function 2021-11-10 08:21:16 +08:00