mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #43] [MERGED] Fix weather UI icon rendering by using PNG icons #94
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#94
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/43
Author: @juliarzymowska
Created: 12/14/2025
Status: ✅ Merged
Merged: 12/15/2025
Merged by: @IAmTomShaw
Base:
main← Head:fix-weather-icons📝 Commits (2)
c9f426aadd weather assets6724883Update weather HUD to icons📊 Changes
5 files changed (+36 additions, -7 deletions)
View changed files
➕
images/weather/drop.png(+0 -0)➕
images/weather/rain.png(+0 -0)➕
images/weather/thermometer.png(+0 -0)➕
images/weather/wind.png(+0 -0)📝
src/ui_components.py(+36 -7)📄 Description
Description
When running the project locally after cloning, some icons in the UI (weather icons / control icons) did not render correctly in my environment.

In my setup, the text-based icon representations were not displayed as expected.
To address this, I replaced the text icons with
.pngicons to ensure more consistent and reliable rendering across environments.Changes
Environment
Notes
I’m not certain whether this issue occurs in all environments or is specific to certain setups, but this change improves UI rendering in my case.
If there is a preferred way to manage icons or this issue is environment-specific, I’m happy to adjust the approach.
Thanks for reviewing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.