mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #231] [MERGED] Pit Wall Telemetry Windows #235
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#235
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/231
Author: @IAmTomShaw
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @IAmTomShaw
Base:
main← Head:pit-wall-telemetry-windows📝 Commits (7)
ffa5044Pit Wall Telemetry Window & Template System92d164cScreenshots for docs9d56fd0Fixing Window Close Error270c529Update docs/InsightsMenu.md6ede7d5Update src/gui/pit_wall_window_template.py2351a4cUpdate main.pyc13124dUpdate 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.