[PR #183] Implement Podium Feature #202

Open
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/183
Author: @aliasgarsogiawala
Created: 1/22/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

📊 Changes

6 files changed (+580 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 (+29 -1)
📝 src/ui_components.py (+350 -2)

📄 Description

Implemented the end‑of‑race podium overlay with animated reveal, confetti, and driver stats. Added race result data piping, WDC context, and polish for usability and correctness.


🔄 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/183 **Author:** [@aliasgarsogiawala](https://github.com/aliasgarsogiawala) **Created:** 1/22/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`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 - [`9fa9d09`](https://github.com/IAmTomShaw/f1-race-replay/commit/9fa9d09ac525ae13d6e566f1ec8213cda564bfa1) Cleanup - [`39fc910`](https://github.com/IAmTomShaw/f1-race-replay/commit/39fc9101bace9aa34c88d54281148e9de0e0bcb1) Update src/ui_components.py - [`2dbc22d`](https://github.com/IAmTomShaw/f1-race-replay/commit/2dbc22d9340c96a26593de2b28cc217a0335d47b) Update src/ui_components.py ### 📊 Changes **6 files changed** (+580 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` (+29 -1) 📝 `src/ui_components.py` (+350 -2) </details> ### 📄 Description Implemented the end‑of‑race podium overlay with animated reveal, confetti, and driver stats. Added race result data piping, WDC context, and polish for usability and correctness. --- <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#202
No description provided.