mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #116] Display car gaps in seconds #150
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/116
Author: @vincent-laizer
Created: 12/23/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
6fb8f9cCompute time gaps (seconds) to leader and to the car in frontc0adb25display time gaps on the leaderboard📊 Changes
2 files changed (+77 additions, -4 deletions)
View changed files
📝
src/f1_data.py(+51 -1)📝
src/ui_components.py(+26 -3)📄 Description
Compute gaps (in seconds) between a car and leader car.
Display the results on the leaderboard just right of the DRS indicator
The timming is not 100% accurate when compared to live F1 timmings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.