[PR #199] [MERGED] Add settings dialog and persistent settings manager #214

Closed
opened 2026-05-07 00:19:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/199
Author: @VihaanReddyM
Created: 1/28/2026
Status: Merged
Merged: 1/29/2026
Merged by: @IAmTomShaw

Base: mainHead: main


📝 Commits (3)

  • 16b5cf3 Add settings dialog and persistent settings manager
  • 2c97be8 Update src/f1_data.py
  • 21b1252 Merge branch 'main' into main

📊 Changes

4 files changed (+558 additions, -150 deletions)

View changed files

📝 src/f1_data.py (+228 -144)
📝 src/gui/race_selection.py (+20 -6)
src/gui/settings_dialog.py (+182 -0)
src/lib/settings.py (+128 -0)

📄 Description

Introduces a new settings dialog in the GUI for configuring cache and computed data locations. Adds a SettingsManager class for persistent JSON-based settings storage in src/lib/settings.py. Updates f1_data.py to use the configured cache location from settings. Integrates the settings dialog into the race selection window with a new settings button.


🔄 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/199 **Author:** [@VihaanReddyM](https://github.com/VihaanReddyM) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`16b5cf3`](https://github.com/IAmTomShaw/f1-race-replay/commit/16b5cf381e86e4c8e2e11a0a7f5bdf0cd4bb02ba) Add settings dialog and persistent settings manager - [`2c97be8`](https://github.com/IAmTomShaw/f1-race-replay/commit/2c97be8205568d234442f91cf7d47f7466cf9cf0) Update src/f1_data.py - [`21b1252`](https://github.com/IAmTomShaw/f1-race-replay/commit/21b1252687ed1f16b72159cbc1135ecc0c20746e) Merge branch 'main' into main ### 📊 Changes **4 files changed** (+558 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `src/f1_data.py` (+228 -144) 📝 `src/gui/race_selection.py` (+20 -6) ➕ `src/gui/settings_dialog.py` (+182 -0) ➕ `src/lib/settings.py` (+128 -0) </details> ### 📄 Description Introduces a new settings dialog in the GUI for configuring cache and computed data locations. Adds a SettingsManager class for persistent JSON-based settings storage in src/lib/settings.py. Updates f1_data.py to use the configured cache location from settings. Integrates the settings dialog into the race selection window with a new settings button. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:15 +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#214
No description provided.