website refactor
This commit is contained in:
@@ -13,6 +13,12 @@ export interface StandingEntryData {
|
||||
penaltyPoints: number;
|
||||
bonusPoints: number;
|
||||
teamName?: string;
|
||||
// New fields from Phase 3
|
||||
positionChange: number;
|
||||
lastRacePoints: number;
|
||||
droppedRaceIds: string[];
|
||||
wins: number;
|
||||
podiums: number;
|
||||
}
|
||||
|
||||
export interface DriverData {
|
||||
@@ -39,4 +45,6 @@ export interface LeagueStandingsViewData {
|
||||
leagueId: string;
|
||||
currentDriverId: string | null;
|
||||
isAdmin: boolean;
|
||||
// New fields for team standings toggle
|
||||
isTeamChampionship?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user