mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #110] Fastest lap implementation #147
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#147
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/110
Author: @Nik-git1
Created: 12/22/2025
Status: 🔄 Open
Base:
main← Head:fast_lap📝 Commits (10+)
7e0892fFastest lap implementatino for leaderboardc3d7e64python 9 changes reverted43222e2Fastest Lap Icon Repositioned3fd5a72Fastest lap Dummy Banner UIc3245ddFastest lap banner integration5e1d053Driver color in banner72c7f53Merge remote-tracking branch 'upstream/main' into fast_lap87a6edcui component changes mergeceeebe8Added controls legend as a popup to reduce clutter175db04Repositioned 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.
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.