mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #185] [CLOSED] Feat: Pit Stop Markers on Timeline #205
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#205
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/185
Author: @LRxDarkDevil
Created: 1/23/2026
Status: ❌ Closed
Base:
main← Head:feature/pit-stop-markers📝 Commits (2)
18c3906Feat: Add real-time Fastest Lap indicator to leaderboard146bcecFeat: Add pit stop markers to race progress timeline📊 Changes
6 files changed (+1997 additions, -1036 deletions)
View changed files
➕
NewIdeasRecommendation.md(+42 -0)📝
main.py(+178 -139)📝
src/arcade_replay.py(+20 -5)📝
src/f1_data.py(+400 -171)📝
src/interfaces/race_replay.py(+219 -120)📝
src/ui_components.py(+1138 -601)📄 Description
Summary
Adds visualization of Pit Stops to the race progress bar.
Changes
Motivation
Part of the 'Key Moments' feature set. Allows users to quickly see when drivers pitted and jump to those moments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.