mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #79] Display track positions gained/lost #122
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#122
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/79
Author: @Palash1912
Created: 12/18/2025
Status: 🔄 Open
Base:
main← Head:feature-toggle-grid-pos📝 Commits (5)
ae80cddDisplay track positions gained/lost730773aMerge branch 'main' into feature-toggle-grid-pos925129cToggle Grid position delta set to "False" by defaultfb695a5Merge branch 'main' into feature-toggle-grid-posf37c5ccresolving merge conflicts📊 Changes
6 files changed (+77 additions, -6 deletions)
View changed files
📝
.gitignore(+1 -0)📝
main.py(+1 -0)📝
src/arcade_replay.py(+3 -1)📝
src/f1_data.py(+26 -0)📝
src/interfaces/race_replay.py(+8 -2)📝
src/ui_components.py(+38 -3)📄 Description
Feature:
Display real-time position delta relative to starting grid position
for each driver on the leaderboard.
Changes:
lost, and — (gray) for unchanged positions
@IAmTomShaw what do you think?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.