From 97b51904421d7252a8200f50a6ee8160ca451b8c Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 1 Aug 2025 19:49:59 +0200 Subject: [PATCH 1/5] docs: update version information in README to reflect current development status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f390e6d..9678fee 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ This is a simple weather application that allows users to view current weather d ## Version -**1.0.0** +**On this branch you will find the latest version of the weather app, which includes several improvements and bug fixes. But it is not yet fully functional. The app is still in development, and some features may not work as expected.** From 62094299d41d0c22ed9084b9282f357a87953151 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 1 Aug 2025 20:25:03 +0200 Subject: [PATCH 2/5] fix: change button type to submit in ChangeAPI component and update temperature unit logic in WeatherData component --- frontend/src/components/ChangeAPI.tsx | 2 +- frontend/src/components/WeatherData.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ChangeAPI.tsx b/frontend/src/components/ChangeAPI.tsx index 52d4c4b..ded28d8 100644 --- a/frontend/src/components/ChangeAPI.tsx +++ b/frontend/src/components/ChangeAPI.tsx @@ -64,7 +64,7 @@ const ChangeAPI: React.FC = ({ currentAPIKey, onClose }) => { />