mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #135] [CLOSED] Add driver full names and qualifying lap time UI #165
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#165
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/135
Author: @viralcodex
Created: 12/27/2025
Status: ❌ Closed
Base:
main← Head:driver-name-in-driver-info-header📝 Commits (1)
a127f1fAdd 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.
@IAmTomShaw , hope this helps 😄
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.