[PR #116] Display car gaps in seconds #150

Open
opened 2026-05-07 00:18:55 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/116
Author: @vincent-laizer
Created: 12/23/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • 6fb8f9c Compute time gaps (seconds) to leader and to the car in front
  • c0adb25 display 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.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/116 **Author:** [@vincent-laizer](https://github.com/vincent-laizer) **Created:** 12/23/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`6fb8f9c`](https://github.com/IAmTomShaw/f1-race-replay/commit/6fb8f9cb3d3fbbac496f8d452a3a57b4e03b5bd3) Compute time gaps (seconds) to leader and to the car in front - [`c0adb25`](https://github.com/IAmTomShaw/f1-race-replay/commit/c0adb258ef796c340989607fb36a873b04bde191) display time gaps on the leaderboard ### 📊 Changes **2 files changed** (+77 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/f1_data.py` (+51 -1) 📝 `src/ui_components.py` (+26 -3) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#150
No description provided.