lbry-desktop/ui/redux
infinite-persistence 4a5e967628 Recommended: fix "no results found" flashing after search
## Cause
When 'selectRecommendedContentForUri' is filtering results against the blocklist, it relies on claim data which could be unresolved yet. It filters to empty results for this scenario, hence the flashing message.

## Change
Just return raw results when claims are not resolved yet, so that the GUI knows it needs to show the placeholders while resolving. After resolving, it'll go through the blocklist filtering again.
2022-03-04 09:40:58 -05:00
..
actions Missed remaining 'homepages' imports 2022-03-04 11:10:08 +08:00
middleware Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
reducers Clear search cache instead of full reload on homepage 2nd-click (#930) 2022-02-21 07:54:23 -05:00
selectors Recommended: fix "no results found" flashing after search 2022-03-04 09:40:58 -05:00