mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #94] [MERGED] Add finish line drawing to race replay UI #137
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#137
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/94
Author: @viralcodex
Created: 12/20/2025
Status: ✅ Merged
Merged: 1/10/2026
Merged by: @IAmTomShaw
Base:
main← Head:track-finish-line-addition📝 Commits (4)
f61aad0Add finish line drawing to race replay UI9d04213Refactor finish line drawing for qualifying and race9609738Merge remote-tracking branch 'upstream/main' into track-finish-line-addition8e6239dAdd missing import📊 Changes
3 files changed (+65 additions, -13 deletions)
View changed files
📝
src/interfaces/qualifying.py(+9 -9)📝
src/interfaces/race_replay.py(+3 -1)📝
src/ui_components.py(+53 -3)📄 Description
Introduced a new draw_finish_line function in ui_components.py to render a checkered finish line on the track. Integrated this function into the F1RaceReplayWindow rendering flow in race_replay.py to visually indicate the race finish line.
@IAmTomShaw , this should add some visual cue for users to track the finish of the drivers on the track
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.