banners: refresh 8 creatives + bb.banner_creatives + /admin/banners
Backend:
bb.banner_creatives (new) — image_path, click_url, size, start/end_date,
status, adsanity_source_id. Seeded with 8 banners from broadcas_temp
WP-export DB (post_type=ads): LiveU 728x90, Blackmagic DaVinci Resolve
20 (300x600), Studio Hero, Magewell Pro-Convert, LiveU PAYG, AJA
ColorBox, Zixi, Lectrosonics (all 300x250). Dates and click URLs come
from the AdSanity rows; current creatives downloaded from Wayback
snapshot 20260316123737.
src/lib/ads.ts:
- Reads bb.banner_creatives via anon supabase-js client, gated by
status='active' AND start<=NOW()<=end.
- In-process 5-min TTL cache with stale-while-revalidate. Module load
primes the cache; clients see fallback on first hit, live DB on
subsequent.
- Hardcoded FALLBACK list mirrors the seeded rows so the site keeps
rendering banners if Supabase is unreachable during deploy.
- Public helpers (rotateAll, pickAds, ADS_728X90, ADS_300X250,
FIXED_300X600) remain synchronous so existing client component
callsites work unchanged.
/admin/banners:
Admin-only list + inline editor for every banner_creatives row:
name, click URL, start/end date, status (active|scheduled|paused|
expired). PATCH via /api/admin/banners/[id] — service_role bypass for
the write, user_profiles.role admin/administrator for the gate.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
BIN
public/legacy/ads/300x250-banner-Our-Story-film_resize.jpg
Normal file
|
After Width: | Height: | Size: 149 KiB |
BIN
public/legacy/ads/728-x-90-pxEN.gif
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/legacy/ads/Davinci-Resolve-20_300x600.jpg
Normal file
|
After Width: | Height: | Size: 211 KiB |
|
After Width: | Height: | Size: 57 KiB |
BIN
public/legacy/ads/PAYG-300x250-1.gif
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/legacy/ads/Studio-Hero-for-Broadcast-Beat.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/legacy/ads/Zixi_Ads_300x250.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
public/legacy/ads/aja_2025_colorbox_og_colorbox_300x250_en-2.gif
Normal file
|
After Width: | Height: | Size: 121 KiB |