Add Paddock Briefing UI (Phase 21)

This commit is contained in:
2026-05-25 13:04:29 -04:00
parent 3bd169c55c
commit 7ce2b1ace4
6 changed files with 177 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ import {
} from '../lib/schedule'
import { countryAccent, countryDecal, formatGpDateRange } from '../lib/gpIdentity'
import type { Meeting, Session, Weekend, WeekendSession } from '../types'
import { PaddockBriefing } from '../components/PaddockBriefing'
type WeekendStatusKind = 'live' | 'current' | 'next' | 'recent' | 'fallback'
@@ -355,6 +356,8 @@ export function CommandCenterPage() {
)}
</section>
)}
<PaddockBriefing />
</div>
)
}