lbry-desktop/ui/page/discover
infinite-persistence 1ad66fccd0 Category: Hide "Repost" from ContentType filter, except for WildWest
## Ticket
1368
> can we remove the repost filter option on categories outside of wildwest/following?

## Approach
Using `context` to:
- reduce the amount of files that need to change.
- avoid prop-drilling.
- allow the ability to dynamically define the Filter's allowed values in a contained manner.

Clients that don't need customization simply does not need to wrap their component with the context.

The context only contains Content Type for now, but can include anything that future clients need to dynamically adjust.
2022-04-25 08:49:46 -04:00
..
index.js Clean homepage and export copy/paste issues, (no functional change) 2022-04-08 18:56:17 +08:00
livestreamSection.jsx SearchInLanguage: honor user's setting before category's setting. 2022-04-22 09:39:23 -04:00
view.jsx Category: Hide "Repost" from ContentType filter, except for WildWest 2022-04-25 08:49:46 -04:00