Commit Graph

32 Commits

Author SHA1 Message Date
31f633e982 Implemented api for the weather call.
Some checks failed
Docker Build & Publish / Build Docker (push) Failing after 51s
2024-05-18 01:50:05 +02:00
ec5d7fe8f7 Set up pages router and moved actions.ts
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m7s
This might have been the problem all along.
I thought server components would fix it, but in
order to not expose my api key i have to create
an API.
2024-05-18 01:12:41 +02:00
329ee7afa5 added error handling to getlocation function
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m6s
2024-05-18 01:02:29 +02:00
2cac276833 Removed const of places api
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m6s
2024-05-18 00:54:39 +02:00
dc6882cf71 moved weathericon logic out of components as it
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m4s
was needed in multiple places.
2024-05-17 22:55:48 +02:00
870eed53cf removed cf analytics
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
2024-05-12 23:22:17 +02:00
e6f5333851 for real this time
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
2024-05-12 22:21:27 +02:00
8700f65962 added cloudflare analytics
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m9s
2024-05-12 22:16:06 +02:00
584176baff error handling on wrong input in search bar
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m9s
2024-05-12 21:58:10 +02:00
fcbb0b369a favicon and hero size
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
2024-05-12 21:52:20 +02:00
9745332ad9 done?
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
2024-05-12 21:33:36 +02:00
83b337db03 Fixed for mobile?
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m9s
2024-05-12 21:14:36 +02:00
fb27c8b367 yis
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m9s
2024-05-12 07:35:29 +02:00
22f5fc125b ci was never the issue. I was.
Some checks failed
Docker Build & Publish / Build Docker (push) Failing after 49s
2024-05-12 07:32:14 +02:00
b8d543e1c1 moved context to separate file and imported
Some checks failed
Docker Build & Publish / Build Docker (push) Failing after 1m10s
2024-05-11 01:21:34 +02:00
856df75222 added time to hourlycard and added dockerfile 2024-05-11 00:45:03 +02:00
19d3aec4fe flexbox hell 2024-05-10 19:23:02 +02:00
65091eecf7 Hourlycard with temp and icon utilizing props 2024-05-10 14:50:01 +02:00
0a0481d63f fixed weather code context 2024-05-10 12:34:38 +02:00
a21c44185f added weather to context provided by weatherNow.
The application structure and naming should take in to account the weathernow component will be the container
2024-05-10 01:10:37 +02:00
59bbcaea69 Changed to open-meteo api and added location name to geoLocation state from places api 2024-05-10 01:00:26 +02:00
55b425c03a moved passed down states and setters to context 2024-05-09 23:40:14 +02:00
1772c0b543 moved keys to API keys to .env.local 2024-05-08 10:43:33 +02:00
e98edf431d comment actions 2024-05-08 08:53:30 +02:00
e3f0a72539 fixed location fetch 2024-05-07 21:18:51 +02:00
7b97a0eb65 Fixed some things.
Need to fix google places call. It is refreshing the page when receiving the data, thus resetting the state.

It's a job for tomorrow.
2024-05-06 23:22:57 +02:00
0a4e22a8ca nothing works 2024-05-05 22:55:51 +02:00
55b82e5e5d did some stuff with LocationSearch component and moved types to separate file. 2024-05-05 09:51:29 +02:00
5d0ef2ec3a yes 2024-05-04 23:04:30 +02:00
910e61e51c getting data but no locations 2024-05-04 15:40:23 +02:00
11605d2246 initial commit 2024-05-04 09:39:10 +02:00
f128f19959 Initial commit from Create Next App 2024-05-03 16:48:24 +02:00