[PR #110] Fastest lap implementation #147

Open
opened 2026-05-07 00:18:54 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/110
Author: @Nik-git1
Created: 12/22/2025
Status: 🔄 Open

Base: mainHead: fast_lap


📝 Commits (10+)

  • 7e0892f Fastest lap implementatino for leaderboard
  • c3d7e64 python 9 changes reverted
  • 43222e2 Fastest Lap Icon Repositioned
  • 3fd5a72 Fastest lap Dummy Banner UI
  • c3245dd Fastest lap banner integration
  • 5e1d053 Driver color in banner
  • 72c7f53 Merge remote-tracking branch 'upstream/main' into fast_lap
  • 87a6edc ui component changes merge
  • ceeebe8 Added controls legend as a popup to reduce clutter
  • 175db04 Repositioned popup to bottom left

📊 Changes

12 files changed (+930 additions, -71 deletions)

View changed files

📝 README.md (+15 -1)
images/assets/fast-lap.png (+0 -0)
📝 main.py (+34 -13)
📝 requirements.txt (+4 -1)
📝 roadmap.md (+19 -4)
📝 src/arcade_replay.py (+8 -6)
src/cli/race_selection.py (+78 -0)
📝 src/f1_data.py (+57 -1)
src/gui/race_selection.py (+327 -0)
📝 src/interfaces/qualifying.py (+21 -6)
📝 src/interfaces/race_replay.py (+61 -15)
📝 src/ui_components.py (+306 -24)

📄 Description

Fastest lap implemented for leaderboard, dynamically updates as each driver completes the lap.

  • Not sure on the UI to be used, can be easily tweaked
  • Did not find a perfect asset.

Linked issue - #109
@IAmTomShaw

https://github.com/user-attachments/assets/3e103339-1794-4bfa-9af9-f8a7f8b8f1d5


🔄 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/110 **Author:** [@Nik-git1](https://github.com/Nik-git1) **Created:** 12/22/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fast_lap` --- ### 📝 Commits (10+) - [`7e0892f`](https://github.com/IAmTomShaw/f1-race-replay/commit/7e0892fe5575ce611bad473d556b98b533baa712) Fastest lap implementatino for leaderboard - [`c3d7e64`](https://github.com/IAmTomShaw/f1-race-replay/commit/c3d7e647fffc8624afdd771bb30b522285372060) python 9 changes reverted - [`43222e2`](https://github.com/IAmTomShaw/f1-race-replay/commit/43222e25f65a5ed27608798f2b3d5c71d48d3525) Fastest Lap Icon Repositioned - [`3fd5a72`](https://github.com/IAmTomShaw/f1-race-replay/commit/3fd5a7205179145673d5037a13245b9a081e3fef) Fastest lap Dummy Banner UI - [`c3245dd`](https://github.com/IAmTomShaw/f1-race-replay/commit/c3245dd5394c42907cf70e5b797f5b980269dbad) Fastest lap banner integration - [`5e1d053`](https://github.com/IAmTomShaw/f1-race-replay/commit/5e1d05377f3c445d54c988c7dcb44623bd9c91b2) Driver color in banner - [`72c7f53`](https://github.com/IAmTomShaw/f1-race-replay/commit/72c7f53400adc88b475ae4c530eb3194a5762455) Merge remote-tracking branch 'upstream/main' into fast_lap - [`87a6edc`](https://github.com/IAmTomShaw/f1-race-replay/commit/87a6edc6f611120e2f89a8eb1b8877812a1fdd27) ui component changes merge - [`ceeebe8`](https://github.com/IAmTomShaw/f1-race-replay/commit/ceeebe87587b8867552605f2925bd2162931e994) Added controls legend as a popup to reduce clutter - [`175db04`](https://github.com/IAmTomShaw/f1-race-replay/commit/175db04f997b2dc4b6047f479f04dbd3130ced77) Repositioned popup to bottom left ### 📊 Changes **12 files changed** (+930 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -1) ➕ `images/assets/fast-lap.png` (+0 -0) 📝 `main.py` (+34 -13) 📝 `requirements.txt` (+4 -1) 📝 `roadmap.md` (+19 -4) 📝 `src/arcade_replay.py` (+8 -6) ➕ `src/cli/race_selection.py` (+78 -0) 📝 `src/f1_data.py` (+57 -1) ➕ `src/gui/race_selection.py` (+327 -0) 📝 `src/interfaces/qualifying.py` (+21 -6) 📝 `src/interfaces/race_replay.py` (+61 -15) 📝 `src/ui_components.py` (+306 -24) </details> ### 📄 Description Fastest lap implemented for leaderboard, dynamically updates as each driver completes the lap. - Not sure on the UI to be used, can be easily tweaked - Did not find a perfect asset. Linked issue - #109 @IAmTomShaw https://github.com/user-attachments/assets/3e103339-1794-4bfa-9af9-f8a7f8b8f1d5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#147
No description provided.