mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #117] [MERGED] Added F1 styled Qualifying Sector wise lap time with tyre info and delta time #152
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#152
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/117
Author: @viralcodex
Created: 12/23/2025
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @IAmTomShaw
Base:
main← Head:sector-wise-qualifying-time📝 Commits (5)
1ec384dAdd QualifyingLapTimeComponent with sector and tyre infoe46bd30Merge remote-tracking branch 'upstream/main' into sector-wise-qualifying-timecbd9c70Merge remote-tracking branch 'upstream/main' into sector-wise-qualifying-time8a7be21Show the cumulative time as the target for each sectorcfc590bMerge branch 'main' into sector-wise-qualifying-time📊 Changes
3 files changed (+233 additions, -25 deletions)
View changed files
📝
src/f1_data.py(+23 -5)📝
src/interfaces/qualifying.py(+23 -20)📝
src/ui_components.py(+187 -0)📄 Description
Fixes: #118
Created the F1 styled Qualifying Time Component to compare times with the fastest driver.
Currently I built upon the already existing comparison with fastest driver (pole position) for this qualifying time UI component, which can be later enhanced to select different drivers under different sessions (Q1, Q2 and Q3), which will give a great analysis for anyone using it.
@IAmTomShaw , have a look and let me know if any more changes are needed 😄
Demo: (toggled in between by pressing C to show/hide the comparison feature and how it effects the component)
https://github.com/user-attachments/assets/04ab4ed2-1a25-4d92-a36d-c7f7f97968c6
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.