[PR #165] [MERGED] Feat: Add labels to each dot/driver #189

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

📋 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: mainHead: label_dots


📝 Commits (6)

  • 5e371f7 Initial commit of driver labels
  • ef52fac Show label for selected driver
  • b1dca96 Adjusted labels to be pointing outwards relative to the direction of the race (clockwise or counter-clockwise) rather than just going towards the window
  • d18e8f5 Merge branch 'IAmTomShaw:main' into label_dots
  • 3f773ae Fixing Controls Popup overlap
  • 41b09b3 Merge 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

  • Toggle all labels by pressing L
  • Toggle label by clicking on a driver or drivers
Screenshot 2026-01-13 at 10 40 13 am Screenshot 2026-01-13 at 10 41 22 am

🔄 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/165 **Author:** [@111110100](https://github.com/111110100) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/18/2026 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `label_dots` --- ### 📝 Commits (6) - [`5e371f7`](https://github.com/IAmTomShaw/f1-race-replay/commit/5e371f7249ef39380aadb667c7b48b5d91dd96ef) Initial commit of driver labels - [`ef52fac`](https://github.com/IAmTomShaw/f1-race-replay/commit/ef52faca0ca5aa8977b7fe1de5912dc31b2984fb) Show label for selected driver - [`b1dca96`](https://github.com/IAmTomShaw/f1-race-replay/commit/b1dca960c8f7dd8ca494feb1f969333da903a328) Adjusted labels to be pointing outwards relative to the direction of the race (clockwise or counter-clockwise) rather than just going towards the window - [`d18e8f5`](https://github.com/IAmTomShaw/f1-race-replay/commit/d18e8f5f2f5cef34de57ec46027ecae5573b4af6) Merge branch 'IAmTomShaw:main' into label_dots - [`3f773ae`](https://github.com/IAmTomShaw/f1-race-replay/commit/3f773ae872f3665e92ed8fb6a9cf78cd2e8095ba) Fixing Controls Popup overlap - [`41b09b3`](https://github.com/IAmTomShaw/f1-race-replay/commit/41b09b36c3bc0d1a09aa5d5efe8731a52b606c57) Merge branch 'main' into label_dots ### 📊 Changes **2 files changed** (+60 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/interfaces/race_replay.py` (+59 -2) 📝 `src/ui_components.py` (+1 -0) </details> ### 📄 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 - Toggle all labels by pressing `L` - Toggle label by clicking on a driver or drivers <img width="1468" height="890" alt="Screenshot 2026-01-13 at 10 40 13 am" src="https://github.com/user-attachments/assets/a26bef0d-05ca-4fdd-b456-1c40e9b4dc7d" /> <img width="1470" height="893" alt="Screenshot 2026-01-13 at 10 41 22 am" src="https://github.com/user-attachments/assets/1b4355e4-c356-4d05-9f92-659ca794a55f" /> --- <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:07 +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#189
No description provided.