mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #68] [MERGED] Add DRS zone visualization to race and qualifying replays #113
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#113
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/68
Author: @viralcodex
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/18/2025
Merged by: @IAmTomShaw
Base:
main← Head:drs-zones📝 Commits (4)
d4431bdAdd DRS zone visualization to race and qualifying replays0b53d4aUpdate qualifying.py8da826cMerge remote-tracking branch 'upstream/main' into drs-zonesc320fd8Add toggle DRS zones option to control legend in QualifyingReplay📊 Changes
4 files changed (+125 additions, -7 deletions)
View changed files
📝
main.py(+25 -2)📝
src/interfaces/qualifying.py(+40 -2)📝
src/interfaces/race_replay.py(+25 -1)📝
src/ui_components.py(+35 -2)📄 Description
This update introduces DRS zone visualization on the track map for race replays.
This can be toggled on/off through key D, providing enhanced replay experience.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.