fix: track position default view, add missing shortcut, update docs#279
Open
4f4d wants to merge 1 commit into
Open
fix: track position default view, add missing shortcut, update docs#2794f4d wants to merge 1 commit into
4f4d wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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