[PR #197] [CLOSED] Feature: Add time behind leader and time interval between drivers #216

Closed
opened 2026-05-07 00:19:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/197
Author: @111110100
Created: 1/26/2026
Status: Closed

Base: mainHead: timetrack


📝 Commits (3)

  • 81b33de Feature:
  • e74b8c4 Merge branch 'IAmTomShaw:main' into timetrack
  • e560a9b Combined new shortcuts together

📊 Changes

3 files changed (+52 additions, -3 deletions)

View changed files

📝 README.md (+2 -0)
📝 src/interfaces/race_replay.py (+7 -3)
📝 src/ui_components.py (+43 -0)

📄 Description

FEATURE: Leader and Interval times

Background

This feature adds leader and interval times similar to official F1 broadcast. Attached is a screenshot from the official F1 YouTube channel:
Screenshot 2026-01-22 at 11 03 45 am

Function

During race replay, the additional shortcuts keys are available:

  • Press T to show/hide time against race leader
  • Press I to show/hide time interval between drivers

Time vs Leader

Screenshot 2026-01-22 at 11 04 51 am

Intervals between drivers

Screenshot 2026-01-22 at 11 04 27 am

Files Affected

  • README.md
  • src/interfaces/race_replay.py
  • src/ui_components.py

🔄 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/197 **Author:** [@111110100](https://github.com/111110100) **Created:** 1/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `timetrack` --- ### 📝 Commits (3) - [`81b33de`](https://github.com/IAmTomShaw/f1-race-replay/commit/81b33de52df8fc93e533829543b967f5eb56a531) Feature: - [`e74b8c4`](https://github.com/IAmTomShaw/f1-race-replay/commit/e74b8c42d2fa155c9410f6eba23242647a3c2e17) Merge branch 'IAmTomShaw:main' into timetrack - [`e560a9b`](https://github.com/IAmTomShaw/f1-race-replay/commit/e560a9bc8955546bbb4d48748578ef4b6160c223) Combined new shortcuts together ### 📊 Changes **3 files changed** (+52 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `src/interfaces/race_replay.py` (+7 -3) 📝 `src/ui_components.py` (+43 -0) </details> ### 📄 Description # FEATURE: Leader and Interval times ## Background This feature adds leader and interval times similar to official F1 broadcast. Attached is a screenshot from the official F1 YouTube channel: <img width="980" height="554" alt="Screenshot 2026-01-22 at 11 03 45 am" src="https://github.com/user-attachments/assets/060457c8-c4b1-4a22-81c8-c51d1f958b38" /> ## Function During race replay, the additional shortcuts keys are available: - Press **T** to show/hide time against race leader - Press **I** to show/hide time interval between drivers ## Time vs Leader <img width="253" height="540" alt="Screenshot 2026-01-22 at 11 04 51 am" src="https://github.com/user-attachments/assets/f452690d-7f9e-460b-b2ec-0ad7f852c6d1" /> ## Intervals between drivers <img width="256" height="544" alt="Screenshot 2026-01-22 at 11 04 27 am" src="https://github.com/user-attachments/assets/9b3f5715-f3a7-465e-85aa-4d0abf643da0" /> ## Files Affected - README.md - src/interfaces/race_replay.py - src/ui_components.py --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:15 +02:00
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#216
No description provided.