mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #240] GUI implementation using Tauri & React #243
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#243
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/240
Author: @Lixander78
Created: 3/1/2026
Status: 🔄 Open
Base:
main← Head:Tauri_React📝 Commits (3)
1e0f965feat: Adjust UI margins to prevent overlap on track672998cfeat: Add Tauri frontend and FastAPI sidecar PoCdf75e25Revert partial changes from an earlier revert attempt📊 Changes
4 files changed (+164 additions, -3 deletions)
View changed files
📝
.gitignore(+7 -2)📝
requirements.txt(+3 -1)➕
run_poc.py(+87 -0)➕
src/services/bridge.py(+67 -0)📄 Description
I've successfully implemented the integrated PoC.
Features implemented:
Orchestrator: A single run_poc.py script that manages the FastAPI sidecar and Tauri frontend lifecycle.
Telemetry Bridge: A FastAPI WebSocket server in src/services/bridge.py that hooks into the --telemetry TCP stream.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.