Commit Graph

55 Commits

Author SHA1 Message Date
43262846a5 feat: implement weather fetching API and update frontend components for improved user experience 2025-08-03 19:10:20 +02:00
b6b6146ad0 Merge branch 'development' into debian12fullstack 2025-08-03 17:27:10 +02:00
784822fa9a removed loading state and fixed bug with that 2025-08-03 03:27:32 +02:00
0da92ead3c feat: add lucide-react icons to components and update dependencies 2025-08-02 22:53:47 +02:00
16ea1aa4aa removed test changes 2025-08-02 15:01:18 +02:00
905dd6ad22 fix: remove period from API key update message for consistency 2025-08-02 14:59:18 +02:00
e67dce4113 docs: update README to clarify auto deployment process 2025-08-02 14:56:03 +02:00
5bc7bea4a1 removed test changes from the commit before.
- It works!
2025-08-02 14:50:34 +02:00
59e6e2d9d7 added test changes 2025-08-02 14:49:26 +02:00
65c7170acf fix: improve error handling in auto-pull script 2025-08-02 14:43:41 +02:00
2d1bbeb827 added auto pull 2025-08-02 14:38:10 +02:00
f6d29a279a Merge branch 'main' into debian12
merged bug fix by first loading in to the page
2025-08-02 02:30:17 +02:00
f4fffb73ff bug fix: update default unit in ChangePreferences component from celsius to metric 2025-08-02 02:28:36 +02:00
e22fa64e69 fix: adjust server configuration in vite.config.ts for improved host settings 2025-08-02 02:24:13 +02:00
c15d0869c6 Update frontend/src/utils/apiFunc.ts 2025-08-02 02:18:46 +02:00
bbbc8b9edd Update frontend/vite.config.ts 2025-08-02 02:16:48 +02:00
72754f5949 Update frontend/vite.config.ts 2025-08-02 02:13:04 +02:00
c1e96eb7d2 Update docker-compose.yml 2025-08-02 02:10:32 +02:00
ae410bda2b Update frontend/vite.config.ts 2025-08-02 02:09:59 +02:00
400d77cd5a Update docker-compose.yml 2025-08-02 02:07:26 +02:00
5708bfa1b3 changed README.md accordingly 2025-08-02 01:55:20 +02:00
71a29ad9de Merge branch 'main' into debian12
updated host version to 1.0.1
2025-08-02 01:55:05 +02:00
d98fab004f fix: correct numbering in installation instructions for clarity 2025-08-01 21:49:23 +02:00
e56e998467 docs: enhance installation instructions and clarify Docker usage in README 2025-08-01 21:43:02 +02:00
ee6469379f added docker functionality 2025-08-01 21:23:58 +02:00
62094299d4 fix: change button type to submit in ChangeAPI component and update temperature unit logic in WeatherData component 2025-08-01 20:25:03 +02:00
dbbca57f59 fix: update README to clarify web version availability and hosted version details 2025-08-01 19:51:50 +02:00
97b5190442 docs: update version information in README to reflect current development status 2025-08-01 19:49:59 +02:00
a2ee1b3d1f chore: remove detailed usage instructions and features from README for web-only version 2025-08-01 19:48:39 +02:00
7d91eb64eb Merge branch 'v1.0.0-local' into debian12 2025-08-01 19:45:26 +02:00
d8bbc7e62a fix: add missing newlines for improved markdown formatting in README v1.0.0-local 2025-08-01 19:43:44 +02:00
11e6e1684c Refactor code structure for improved readability and maintainability 2025-08-01 19:43:11 +02:00
a3df60178b changed ports 2025-08-01 01:09:58 +02:00
8341e50dc8 feat: enhance ChangeAPI and ChangePreferences components; add "API key update" functionality and save preferences feature 2025-08-01 01:06:58 +02:00
6f3d945213 added readme 2025-07-31 18:04:50 +02:00
f4881be087 added preferences card 2025-07-31 17:55:47 +02:00
3ecac5a854 refactor: comment out frontend service configuration in docker-compose.yml 2025-07-31 17:38:06 +02:00
a2f22ec395 feat: update port configurations for backend and frontend; adjust Dockerfile and docker-compose settings 2025-07-31 17:36:19 +02:00
a39e22fab9 feat: update HTML structure and add logo for Weather App; remove unused SVG from WeatherCard 2025-07-31 17:27:50 +02:00
e3915a0ca4 added more design using tailwind classes 2025-07-31 17:17:17 +02:00
21963eda1b feat: implement WeatherForm component and integrate weather fetching functionality.
Also added a weather data card where the design is displayed
2025-07-31 17:12:00 +02:00
480b5188ba Added weather data component to display weather data - also added function to display data 2025-07-31 15:58:38 +02:00
08b6807b96 added more code formatting for better reading 2025-07-30 12:12:25 +02:00
e505d9b0e8 fix: increase autoClose duration for Toast notifications to improve user experience
refactor: enhance error handling in fetchWeather function with detailed console messages
2025-07-30 11:23:42 +02:00
6a7a66420a fix syntax error on WeatherCard.tsx, l. 5 2025-07-29 23:41:31 +02:00
dcfbbb2f22 feat: enhance weather fetching experience with loading state and notifications 2025-07-29 23:40:24 +02:00
bf8c270171 added tailwind design classes, and installed tailwindcss properly. 2025-07-29 22:57:22 +02:00
3530d0e37f refactor: change apiKey variable to a function for better encapsulation in WeatherCard component 2025-07-29 22:40:01 +02:00
90cecc2afc refactor: remove unnecessary React import from ChangeAPI component 2025-07-29 22:29:32 +02:00
0e53ed60c4 New feature: You can now change the api key graphically with an changeAPI card. 2025-07-29 22:28:25 +02:00