[PR #182] [CLOSED] Implement Podium Feature #200

Closed
opened 2026-05-07 00:19:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/182
Author: @aliasgarsogiawala
Created: 1/22/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 302e5bf Podium feature added
  • c5b53ab Fix podium rendering, WDC standings

📊 Changes

6 files changed (+561 additions, -15 deletions)

View changed files

📝 main.py (+6 -3)
📝 src/arcade_replay.py (+2 -2)
📝 src/cli/race_selection.py (+6 -7)
📝 src/f1_data.py (+187 -0)
📝 src/interfaces/race_replay.py (+31 -1)
📝 src/ui_components.py (+329 -2)

📄 Description

Added a podium feature at the end of the race which shows the race podium with a confetti animation along with driver stats like the starting position , WDC position Fastest lap , etc


🔄 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/182 **Author:** [@aliasgarsogiawala](https://github.com/aliasgarsogiawala) **Created:** 1/22/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`302e5bf`](https://github.com/IAmTomShaw/f1-race-replay/commit/302e5bfac24bdfc3dd1f2f3c37bef19f9ae7522b) Podium feature added - [`c5b53ab`](https://github.com/IAmTomShaw/f1-race-replay/commit/c5b53ab7a7e1ff6950e8906fec71ebc22990cb31) Fix podium rendering, WDC standings ### 📊 Changes **6 files changed** (+561 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `main.py` (+6 -3) 📝 `src/arcade_replay.py` (+2 -2) 📝 `src/cli/race_selection.py` (+6 -7) 📝 `src/f1_data.py` (+187 -0) 📝 `src/interfaces/race_replay.py` (+31 -1) 📝 `src/ui_components.py` (+329 -2) </details> ### 📄 Description Added a podium feature at the end of the race which shows the race podium with a confetti animation along with driver stats like the starting position , WDC position Fastest lap , etc --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:11 +02:00
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#200
No description provided.