mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 00:08:35 +02:00
[PR #182] [CLOSED] Implement Podium Feature #200
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#200
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/182
Author: @aliasgarsogiawala
Created: 1/22/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
302e5bfPodium feature addedc5b53abFix 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.