website refactor

This commit is contained in:
2026-01-18 00:17:01 +01:00
parent 69d4cce7f1
commit 4b66c682a0
18 changed files with 847 additions and 87 deletions

View File

@@ -1,16 +1,5 @@
export interface DriverProfileDriverSummaryViewModel {
id: string;
name: string;
country: string;
avatarUrl: string;
iracingId: string | null;
joinedAt: string;
rating: number | null;
globalRank: number | null;
consistency: number | null;
bio: string | null;
totalDrivers: number | null;
}
import { DriverProfileDriverSummaryViewModel } from "./DriverProfileDriverSummaryViewModel";
export type { DriverProfileDriverSummaryViewModel };
export interface DriverProfileStatsViewModel {
totalRaces: number;