From 3d2aea7f7ca24cb6f3b151ac9a699a2a4e53b12e Mon Sep 17 00:00:00 2001 From: Florian Egger Date: Sat, 9 May 2026 13:56:55 +0200 Subject: [PATCH] Mark completed custom hooks in checklist --- CHECKLIST.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHECKLIST.md b/CHECKLIST.md index 6ce956c..851d4cb 100644 --- a/CHECKLIST.md +++ b/CHECKLIST.md @@ -54,12 +54,12 @@ | # | Item | ✅ | ✔️ | |---|------|----|----| -| 19 | `useServerHealth.ts` — polls `/api/health` every 30s | [ ] | [ ] | -| 20 | `useClock.ts` — interval that updates `now` every 10s | [ ] | [ ] | -| 21 | `useGeolocation.ts` — wraps `navigator.geolocation` | [ ] | [ ] | +| 19 | `useServerHealth.ts` — polls `/api/health` every 30s | [x] | [x] | +| 20 | `useClock.ts` — interval that updates `now` every 10s | [x] | [x] | +| 21 | `useGeolocation.ts` — wraps `navigator.geolocation` | [x] | [x] | | 22 | `useOriginStation.ts` — finds nearest station from geolocation | [x] | [x] | | 23 | `useJourneys.ts` — the complex `fetchAll` logic, per-event journey fetching | [x] | [x] | -| 24 | `useBikeRoute.ts` — fetches bicycle route for an event (NEW) | [ ] | [ ] | +| 24 | `useBikeRoute.ts` — fetches bicycle route for an event (NEW) | [x] | [x] | | 25 | `useCalendar.ts` — URL/file import with merge logic | [x] | [x] | | 26 | `useEventsStore.ts` — shared events state via Context (NEW) | [x] | [x] |