Commit 9f8d431
1.3.0: Lap analysis panel, last lap time column, and mobile improvements
New features:
- Lap Analysis panel (Beta) with line chart, lap-by-lap history, and
two-driver comparison with delta column. Safety car and pit laps shown
as shaded bands. Lap range filter (All/Last 5/10/20). Custom tooltips
with band labels and times. Desktop: floating Laps button on track map
opens panel left of leaderboard. Mobile: collapsible section below
leaderboard.
- Last lap time column on race leaderboard, toggleable in settings.
Fetches precomputed laps.json, no backend changes needed.
- Leaderboard column tooltips on hover for all columns.
- Mobile qualifying sector overlay toggle and driver selection on track map.
Improvements:
- README updated with recent features, removed Beta from pit prediction.
- Features page: added last lap time and lap analysis entries, mobile-
responsive layout with description wrapping below icons.
- Info button now visible on mobile header, opens in new tab.
- Features page back button closes tab when opened from replay.
- Mobile leaderboard spacing improved for qualifying gap column.
- Auto-hide team abbreviation on mobile when columns overflow screen,
with yellow badge in settings explaining why.
- Telemetry forced to bottom layout when lap analysis panel is open.
- Race control moved above track map on mobile.
- Custom driver selector dropdowns in lap analysis with team colours.
- Same-team driver comparison uses distinct cyan colour for second driver.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 88c42b3 commit 9f8d431
File tree
8 files changed
+985
-132
lines changed- frontend/src
- app
- features
- replay/[year]/[round]
- components
- hooks
8 files changed
+985
-132
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments