[PR #231] [MERGED] Pit Wall Telemetry Windows #235

Closed
opened 2026-05-07 00:19:20 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/231
Author: @IAmTomShaw
Created: 2/17/2026
Status: Merged
Merged: 2/18/2026
Merged by: @IAmTomShaw

Base: mainHead: pit-wall-telemetry-windows


📝 Commits (7)

  • ffa5044 Pit Wall Telemetry Window & Template System
  • 92d164c Screenshots for docs
  • 9d56fd0 Fixing Window Close Error
  • 270c529 Update docs/InsightsMenu.md
  • 6ede7d5 Update src/gui/pit_wall_window_template.py
  • 2351a4c Update main.py
  • c13124d Update src/gui/insights_menu.py

📊 Changes

13 files changed (+1047 additions, -19 deletions)

View changed files

📝 README.md (+33 -0)
docs/InsightsMenu.md (+220 -0)
docs/PitWallWindow.md (+144 -0)
📝 main.py (+6 -10)
resources/insights-menu.png (+0 -0)
resources/pit-wall-window-template.png (+0 -0)
src/gui/example_pit_wall_window.py (+117 -0)
src/gui/insights_menu.py (+260 -0)
src/gui/pit_wall_window.py (+162 -0)
src/gui/pit_wall_window_template.py (+81 -0)
📝 src/gui/race_selection.py (+0 -3)
📝 src/gui/telemetry_stream_viewer.py (+9 -4)
📝 src/run_session.py (+15 -2)

📄 Description

I'm so excited with this new feature!!

Using the new Telemetry Service, you can now use the PitWallWindow to create your own insights that use real F1 data!!!


🔄 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/231 **Author:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `pit-wall-telemetry-windows` --- ### 📝 Commits (7) - [`ffa5044`](https://github.com/IAmTomShaw/f1-race-replay/commit/ffa504455fce6d7c1ffb799a41cd56cf2f9d07ab) Pit Wall Telemetry Window & Template System - [`92d164c`](https://github.com/IAmTomShaw/f1-race-replay/commit/92d164cf6747afd1d0f6dbdd9e425ec710ab29fb) Screenshots for docs - [`9d56fd0`](https://github.com/IAmTomShaw/f1-race-replay/commit/9d56fd0e18b470be3a4b092315bed21197933c47) Fixing Window Close Error - [`270c529`](https://github.com/IAmTomShaw/f1-race-replay/commit/270c5299018a36d754c52f0fa99fd09e8c4178a0) Update docs/InsightsMenu.md - [`6ede7d5`](https://github.com/IAmTomShaw/f1-race-replay/commit/6ede7d5dfb07cffc1aadca7f4f66acc612f6734f) Update src/gui/pit_wall_window_template.py - [`2351a4c`](https://github.com/IAmTomShaw/f1-race-replay/commit/2351a4c688af964dff56fcd46613e69de999c159) Update main.py - [`c13124d`](https://github.com/IAmTomShaw/f1-race-replay/commit/c13124d8094090d0f7fc57b16e76e4fbda84bce1) Update src/gui/insights_menu.py ### 📊 Changes **13 files changed** (+1047 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+33 -0) ➕ `docs/InsightsMenu.md` (+220 -0) ➕ `docs/PitWallWindow.md` (+144 -0) 📝 `main.py` (+6 -10) ➕ `resources/insights-menu.png` (+0 -0) ➕ `resources/pit-wall-window-template.png` (+0 -0) ➕ `src/gui/example_pit_wall_window.py` (+117 -0) ➕ `src/gui/insights_menu.py` (+260 -0) ➕ `src/gui/pit_wall_window.py` (+162 -0) ➕ `src/gui/pit_wall_window_template.py` (+81 -0) 📝 `src/gui/race_selection.py` (+0 -3) 📝 `src/gui/telemetry_stream_viewer.py` (+9 -4) 📝 `src/run_session.py` (+15 -2) </details> ### 📄 Description I'm so excited with this new feature!! Using the new Telemetry Service, you can now use the PitWallWindow to create your own insights that use real F1 data!!! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:20 +02:00
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#235
No description provided.