mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 00:08:35 +02:00
[PR #123] Created sectors (time and colour) display in the qualifying mode #155
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#155
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/123
Author: @Satwik-user
Created: 12/24/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (3)
d2cc4feCreated sector time and colour display in the qualifying mode21d3fb2Merge branch 'IAmTomShaw:main' into mainc0a9b60Made the sector time block colours more visible📊 Changes
3 files changed (+332 additions, -12 deletions)
View changed files
📝
src/f1_data.py(+125 -6)📝
src/interfaces/qualifying.py(+206 -6)📝
src/ui_components.py(+1 -0)📄 Description
Created a sector time and colour visualisation in the qualifying mode in view of the competence of the driver in a particular sector often showed in the qualifying sessions of the race weekend.
The colour codes given in the specfic sectors for the specific drivers denote the following:
#Purple- Best overall time set by anyon in that specific session
#Green- Personal best for that driver
#Yellow- Slower than their own personal best of the driver(indicating lost time)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.