mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #138] Feat: Add Fastest Lap Sectors to Qualifying Leaderboard #168
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#168
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/138
Author: @shash-hq
Created: 12/27/2025
Status: 🔄 Open
Base:
main← Head:feat/qualifying-ui📝 Commits (2)
d11a783Feat: Add Fastest Lap Sectors to Qualifying Leaderboard9f721ddFix(data): Add error logging for missing sector data📊 Changes
2 files changed (+53 additions, -10 deletions)
View changed files
📝
src/f1_data.py(+16 -0)📝
src/ui_components.py(+37 -10)📄 Description
Enhances the Qualifying Results view by adding breakdown columns for Sector 1, 2, and 3 times.
Changes:
get_qualifying_resultsto fetch sector splits for each driver's fastest lap.LapTimeLeaderboardComponentto render S1, S2, S3 columns alongside the total lap time.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.