0bcea943d5
## Ticket
1583: "add incontent ads to category/channel pages (break up every X claims?), or add back bottom ad in those areas."
## Behavioral changes
- Hide when in homepage (as currently we have ads between categories).
- Fix the light theme (it was transparent).
## Code changes
- While an Effect is the 'right' choice given that there is no jsx to mount, the need to prop-drill from the parent was getting a bit annoying, so converted to a Component instead.
- Remove the delay for Core Vitals avoidance for now -- seems to make the sticky less likely to serve an ad.
- Now that the membership state is correctly populated for incognito (see
|
||
---|---|---|
.. | ||
use-claimList-infinite-scroll.js | ||
use-combined-refs.js | ||
use-connection-status.js | ||
use-debounce.js | ||
use-drag-drop.js | ||
use-fetch-live.js | ||
use-fetch-view-count.js | ||
use-fetched.js | ||
use-get-ads.js | ||
use-get-last-visible-slot.js | ||
use-get-thumbnail.js | ||
use-get-user-memberships.js | ||
use-hover.js | ||
use-interval.js | ||
use-is-mounted.js | ||
use-lazy-loading.js | ||
use-lighthouse.js | ||
use-on-resize.js | ||
use-persisted-state.js | ||
use-play-next.js | ||
use-previous.js | ||
use-resolve-pins.js | ||
use-screensize.js | ||
use-should-show-ads.js | ||
use-stream-file.js | ||
use-stream.js | ||
use-throttle.js | ||
use-thumbnail.js | ||
use-tween.js |