Paginate briefing cards and add video previews

This commit is contained in:
2026-05-25 15:27:34 -04:00
parent e3453de788
commit 3eb74a9083
6 changed files with 277 additions and 41 deletions

View File

@@ -166,6 +166,9 @@ func enrichOG(ctx context.Context, client *http.Client, items []Item, parallel i
}
for i := range items {
if items[i].OGImageURL != "" {
continue // Already has preview from feed, skip OG head fetch
}
wg.Add(1)
go func(idx int) {
defer wg.Done()