mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #279] fix: track position default view, add missing shortcut, update docs #267
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#267
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/279
Author: @4f4d
Created: 4/19/2026
Status: 🔄 Open
Base:
main← Head:fix/TrackPosition-HelpWindow-and-DocsUpdate📝 Commits (1)
937c43afix: track position default view, add missing shortcut, update docs📊 Changes
6 files changed (+92 additions, -35 deletions)
View changed files
📝
README.md(+78 -29)📝
docs/InsightsMenu.md(+11 -4)📝
resources/insights-menu.png(+0 -0)📝
src/insights/track_position_window.py(+1 -1)📝
src/interfaces/race_replay.py(+1 -1)📝
src/ui_components.py(+1 -0)📄 Description
Summary
This PR fixes a small UI bug in the Track Position Map insight window, adds a missing keyboard shortcut to the main window help popup, and brings project documentation up to date with the current state of the codebase.
Bug Fix
Track Position Map default view — After the button reorder in #261, the
force_circleflag wasn't updated to match, causing the map to briefly render in "Circular" mode for 3-4 secods before switching to "Real Track" on open whilst the "Circular" button is active. Fixed it by settingforce_circle = Trueas the default intrack_position_window.py.Improvements
Missing

Ishortcut in help popup — TheIkey (Toggle Session Info) was functional but not listed in the in-app controls popup. Added the entry and increased the popup height to fit it without clipping.Documentation Updates
Since the bug fix was a one-liner, I took the opportunity to bring the project docs up to date:
README.md
src/insights/,src/gui/,src/services/,src/cli/,docs/, and several files)docs/InsightsMenu.md
src/gui/instead ofsrc/insights/resources/insights-menu.png
Files Changed
src/insights/track_position_window.pyforce_circle = False→Truesrc/ui_components.pyIshortcut to controls help popupsrc/interfaces/race_replay.pyREADME.mddocs/InsightsMenu.mdresources/insights-menu.png🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.