[PR #259] Feature race standings leaderboard #256

Open
opened 2026-05-07 00:19:26 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/259
Author: @carterleishman22
Created: 3/14/2026
Status: 🔄 Open

Base: mainHead: feature-race-standings-leaderboard


📝 Commits (7)

  • 5801814 Create live drivers and constructors standings
  • bb46709 fix colours for constructors
  • 94f33d1 remove non needed function
  • 31d2b21 tidy up
  • 53f00db increase controls popup size
  • 7f24e80 Merge branch 'main' into feature-race-standings-leaderboard
  • b72315b fix 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:
image

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

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


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

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/259 **Author:** [@carterleishman22](https://github.com/carterleishman22) **Created:** 3/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature-race-standings-leaderboard` --- ### 📝 Commits (7) - [`5801814`](https://github.com/IAmTomShaw/f1-race-replay/commit/5801814017892180db555fc743a15d89d257b8a7) Create live drivers and constructors standings - [`bb46709`](https://github.com/IAmTomShaw/f1-race-replay/commit/bb46709c34e94ed76ad223963744919fa1eb0b2f) fix colours for constructors - [`94f33d1`](https://github.com/IAmTomShaw/f1-race-replay/commit/94f33d1755cb29538b2bac06ba09b34b5a58ce03) remove non needed function - [`31d2b21`](https://github.com/IAmTomShaw/f1-race-replay/commit/31d2b216819787c56664c2d6d10f4646f849c384) tidy up - [`53f00db`](https://github.com/IAmTomShaw/f1-race-replay/commit/53f00db7df19344e30b12588188ab15bbb205111) increase controls popup size - [`7f24e80`](https://github.com/IAmTomShaw/f1-race-replay/commit/7f24e80d65b4571fef45465157335edba9d209d6) Merge branch 'main' into feature-race-standings-leaderboard - [`b72315b`](https://github.com/IAmTomShaw/f1-race-replay/commit/b72315bacb17f1b8aac3b68d8841955efd693594) fix constructors addition ### 📊 Changes **5 files changed** (+460 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Add a live drivers and constructors standings table to the replay: Toggle the drivers champtionship on and off with C key, shown here: <img width="1462" height="786" alt="image" src="https://github.com/user-attachments/assets/4b5625d9-8df7-4433-89cf-98024868c82a" /> Constructors can be toggled on and off with A key, shown here: <img width="1464" height="791" alt="image" src="https://github.com/user-attachments/assets/f0164e09-588b-4a08-b640-de2cdc33ff5f" /> Increased size of Help popup box to fit new C and A key descriptions: <img width="466" height="792" alt="image" src="https://github.com/user-attachments/assets/cea7280e-abb7-42a1-b103-f48833f60d76" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#256
No description provided.