Updated Live

This commit is contained in:
2026-03-27 02:54:09 -04:00
parent dc0793bf59
commit 16ea2e8683
18 changed files with 2749 additions and 170 deletions

View File

@@ -115,6 +115,12 @@ type driverSelectedMsg struct {
sessionKey int
}
// startingGridLoadedMsg carries starting grid data for a session.
type startingGridLoadedMsg struct {
grid []models.StartingGrid
err error
}
// loadSecondaryDataMsg triggers loading of secondary session data (race control, weather, overtakes)
// after the primary data (results, drivers) has arrived.
type loadSecondaryDataMsg struct {