[PR #123] Created sectors (time and colour) display in the qualifying mode #155

Open
opened 2026-05-07 00:18:57 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/123
Author: @Satwik-user
Created: 12/24/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (3)

  • d2cc4fe Created sector time and colour display in the qualifying mode
  • 21d3fb2 Merge branch 'IAmTomShaw:main' into main
  • c0a9b60 Made 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

Screenshot 2025-12-24 205922

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.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/123 **Author:** [@Satwik-user](https://github.com/Satwik-user) **Created:** 12/24/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`d2cc4fe`](https://github.com/IAmTomShaw/f1-race-replay/commit/d2cc4fe1e84da77e52195fdde4cc74162fe7e746) Created sector time and colour display in the qualifying mode - [`21d3fb2`](https://github.com/IAmTomShaw/f1-race-replay/commit/21d3fb2e52bcdf1c126236cf6a3a2c5275b97f8b) Merge branch 'IAmTomShaw:main' into main - [`c0a9b60`](https://github.com/IAmTomShaw/f1-race-replay/commit/c0a9b605fd4b9fe4bb5e6db3f3042b092baed735) Made the sector time block colours more visible ### 📊 Changes **3 files changed** (+332 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/f1_data.py` (+125 -6) 📝 `src/interfaces/qualifying.py` (+206 -6) 📝 `src/ui_components.py` (+1 -0) </details> ### 📄 Description <img width="1920" height="1070" alt="Screenshot 2025-12-24 205922" src="https://github.com/user-attachments/assets/54ca72b4-0f17-4a15-9abe-5ddba05de574" /> 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#155
No description provided.