[PR #121] [MERGED] Added controls legend as a popup to reduce clutter #153

Closed
opened 2026-05-07 00:18:56 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: legend-popup


📝 Commits (5)

  • ceeebe8 Added controls legend as a popup to reduce clutter
  • 175db04 Repositioned popup to bottom left
  • ec8527e Added legend hotkey
  • 27d22f4 Updated colour and key press for controls popup
  • d6afa1a Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/121 **Author:** [@ashfaaqrifath](https://github.com/ashfaaqrifath) **Created:** 12/24/2025 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `legend-popup` --- ### 📝 Commits (5) - [`ceeebe8`](https://github.com/IAmTomShaw/f1-race-replay/commit/ceeebe87587b8867552605f2925bd2162931e994) Added controls legend as a popup to reduce clutter - [`175db04`](https://github.com/IAmTomShaw/f1-race-replay/commit/175db04f997b2dc4b6047f479f04dbd3130ced77) Repositioned popup to bottom left - [`ec8527e`](https://github.com/IAmTomShaw/f1-race-replay/commit/ec8527ec3a044b40ae909819ff342a50adddda83) Added legend hotkey - [`27d22f4`](https://github.com/IAmTomShaw/f1-race-replay/commit/27d22f4eb42dac37fdfb7cb003b0cb601fca5f59) Updated colour and key press for controls popup - [`d6afa1a`](https://github.com/IAmTomShaw/f1-race-replay/commit/d6afa1a34885016455c6d0773c11fd598a7dd037) Merge branch 'main' into legend-popup ### 📊 Changes **2 files changed** (+185 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/interfaces/race_replay.py` (+24 -1) 📝 `src/ui_components.py` (+161 -15) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:56 +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#153
No description provided.