mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #165] [MERGED] Feat: Add labels to each dot/driver #189
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#189
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/165
Author: @111110100
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/18/2026
Merged by: @IAmTomShaw
Base:
main← Head:label_dots📝 Commits (6)
5e371f7Initial commit of driver labelsef52facShow label for selected driverb1dca96Adjusted labels to be pointing outwards relative to the direction of the race (clockwise or counter-clockwise) rather than just going towards the windowd18e8f5Merge branch 'IAmTomShaw:main' into label_dots3f773aeFixing Controls Popup overlap41b09b3Merge branch 'main' into label_dots📊 Changes
2 files changed (+60 additions, -2 deletions)
View changed files
📝
src/interfaces/race_replay.py(+59 -2)📝
src/ui_components.py(+1 -0)📄 Description
Feature: Add label that indicates who's who on the track
The feature adds labels of each driver. It will help easily identify who's who on the track. I know that the leaderboard is available but it will easier to focus on the track sometimes.
Added features
L🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.