mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #14] [CLOSED] Add GUI Dashboard #69
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#69
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/14
Author: @Xenociel
Created: 11/27/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (7)
4438984add some feature and changing GUI2171ccaadd some feature and changing GUI07a0c96add some feature and changing GUI000f037Update README.mdcdfc18a+ Fix interval time5eecdd3+ Update GP Selecting UIecb8e73+ fix Race control message.(sync with time)📊 Changes
16 files changed (+1321 additions, -768 deletions)
View changed files
➕
.idea/.gitignore(+8 -0)➕
.idea/codeStyles/codeStyleConfig.xml(+5 -0)➕
.idea/f1-race-replay.iml(+10 -0)➕
.idea/inspectionProfiles/Project_Default.xml(+15 -0)➕
.idea/inspectionProfiles/profiles_settings.xml(+6 -0)➕
.idea/misc.xml(+7 -0)➕
.idea/modules.xml(+8 -0)➕
.idea/vcs.xml(+7 -0)📝
README.md(+3 -1)📝
main.py(+8 -57)➕
resources/GP selection.png(+0 -0)➕
resources/Loading.png(+0 -0)➕
resources/race preview.png(+0 -0)📝
src/arcade_replay.py(+763 -462)📝
src/f1_data.py(+372 -248)➕
src/wiki_utils.py(+109 -0)📄 Description
This PR replaces the command-line interface with a GUI for selecting races.
- GUI Main Menu: Added a dashboard to select the Season and Grand Prix visually.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.