mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #259] Feature race standings leaderboard #256
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#256
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/259
Author: @carterleishman22
Created: 3/14/2026
Status: 🔄 Open
Base:
main← Head:feature-race-standings-leaderboard📝 Commits (7)
5801814Create live drivers and constructors standingsbb46709fix colours for constructors94f33d1remove non needed function31d2b21tidy up53f00dbincrease controls popup size7f24e80Merge branch 'main' into feature-race-standings-leaderboardb72315bfix constructors addition📊 Changes
5 files changed (+460 additions, -11 deletions)
View changed files
📝
main.py(+16 -1)📝
src/f1_data.py(+125 -1)📝
src/interfaces/race_replay.py(+59 -5)📝
src/run_session.py(+10 -3)📝
src/ui_components.py(+250 -1)📄 Description
Add a live drivers and constructors standings table to the replay:
Toggle the drivers champtionship on and off with C key, shown here:

Constructors can be toggled on and off with A key, shown here:

Increased size of Help popup box to fit new C and A key descriptions:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.