mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #121] [MERGED] Added controls legend as a popup to reduce clutter #153
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#153
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/121
Author: @ashfaaqrifath
Created: 12/24/2025
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @IAmTomShaw
Base:
main← Head:legend-popup📝 Commits (5)
ceeebe8Added controls legend as a popup to reduce clutter175db04Repositioned popup to bottom leftec8527eAdded legend hotkey27d22f4Updated colour and key press for controls popupd6afa1aMerge branch 'main' into legend-popup📊 Changes
2 files changed (+185 additions, -16 deletions)
View changed files
📝
src/interfaces/race_replay.py(+24 -1)📝
src/ui_components.py(+161 -15)📄 Description
• Added the controls legend as a popup to reduce clutter in main screen.
• Makes more space for new ui elements.
• Size and position of the popup box can be adjusted to add new controls to the legend.
• Doesn't interfere with other elements.
• Can be viewed by clicking the Help text in the bottom left corner.
• Can be closed by clicking outside the popup box.
https://github.com/user-attachments/assets/8e9119db-06e7-4ff5-9c61-5207293c0708
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.