[PR #135] [CLOSED] Add driver full names and qualifying lap time UI #165

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

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/135
Author: @viralcodex
Created: 12/27/2025
Status: Closed

Base: mainHead: driver-name-in-driver-info-header


📝 Commits (1)

  • a127f1f Add driver full names and qualifying lap time UI

📊 Changes

5 files changed (+212 additions, -5 deletions)

View changed files

📝 main.py (+1 -0)
📝 src/arcade_replay.py (+2 -1)
📝 src/f1_data.py (+14 -2)
📝 src/interfaces/race_replay.py (+2 -1)
📝 src/ui_components.py (+193 -1)

📄 Description

Fixes: #134

Introduces support for displaying driver full names throughout the replay UI by passing and storing a driver_full_names mapping. Adds a new QualifyingLapTimeComponent to show sector times, tyre info, and deltas in the UI. Updates data flow in main.py, arcade_replay.py, f1_data.py, and race_replay.py to support these features.

image

@IAmTomShaw , hope this helps 😄


🔄 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/135 **Author:** [@viralcodex](https://github.com/viralcodex) **Created:** 12/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `driver-name-in-driver-info-header` --- ### 📝 Commits (1) - [`a127f1f`](https://github.com/IAmTomShaw/f1-race-replay/commit/a127f1ff9566e54e07502299fb3ed2caf7a974c4) Add driver full names and qualifying lap time UI ### 📊 Changes **5 files changed** (+212 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `main.py` (+1 -0) 📝 `src/arcade_replay.py` (+2 -1) 📝 `src/f1_data.py` (+14 -2) 📝 `src/interfaces/race_replay.py` (+2 -1) 📝 `src/ui_components.py` (+193 -1) </details> ### 📄 Description Fixes: #134 Introduces support for displaying driver full names throughout the replay UI by passing and storing a driver_full_names mapping. Adds a new QualifyingLapTimeComponent to show sector times, tyre info, and deltas in the UI. Updates data flow in main.py, arcade_replay.py, f1_data.py, and race_replay.py to support these features. <img width="1202" height="551" alt="image" src="https://github.com/user-attachments/assets/75082b3a-0206-4828-8c03-8675bd7f985a" /> @IAmTomShaw , hope this helps 😄 --- <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:00 +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#165
No description provided.