mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 08:25:56 +02:00
[PR #74] [MERGED] Add race playback controls with UI buttons #120
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#120
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/74
Author: @viralcodex
Created: 12/18/2025
Status: ✅ Merged
Merged: 12/18/2025
Merged by: @IAmTomShaw
Base:
main← Head:race_controls_ui📝 Commits (8)
b43f719Add race playback controls with UI buttons27682c9Add keyboard to screen feedback to race controls UI7cbdc4dMerge branch 'main' into race_controls_ui49a2db0Update speed control images and remove old icon950bed1Merge branch 'race_controls_ui' of https://github.com/viralcodex/f1-race-replay into race_controls_ui2b6f5e8Disable race controls after lap completion711292bMerge remote-tracking branch 'upstream/main' into race_controls_uiecaeb1aEnsure frame_index is always an integer📊 Changes
8 files changed (+359 additions, -20 deletions)
View changed files
➕
images/controls/pause.png(+0 -0)➕
images/controls/play.png(+0 -0)➕
images/controls/rewind.png(+0 -0)➕
images/controls/speed+.png(+0 -0)➕
images/controls/speed-.png(+0 -0)📝
src/interfaces/qualifying.py(+67 -10)📝
src/interfaces/race_replay.py(+31 -3)📝
src/ui_components.py(+261 -7)📄 Description
Introduced RaceControlsComponent to provide playback controls (play/pause, rewind, forward, speed adjustment) with new button images and integrated it into the F1RaceReplayWindow.
Buttons: Play/Pause, Rewind, Forward, and speed control buttons (2x+ and 2x-)
I have also separated the tooltip from RaceProgressBar to make sure the tooltips are coming over all the other components instead of getting covered by other components.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.