Update BikeSection and EventCard with arrival buffer and walk options

This commit is contained in:
2026-05-12 13:52:35 +02:00
parent 1851d2ed47
commit 863996f06c
12 changed files with 218 additions and 82 deletions
+4 -4
View File
@@ -35,16 +35,16 @@
| # | Step | ✅ | ✔️ |
|---|---|----|----|
| 12 | Update TrainSection props (arrival buffer + walk option) | [x] | [ ] |
| 13 | Update JourneyList with arrival buffer filtering | [x] | [ ] |
| 12 | Update TrainSection props (arrival buffer + walk option) | [x] | [x] |
| 13 | Update JourneyList with arrival buffer filtering | [x] | [x] |
## Phase 6 — Verification & Testing (Steps 14-16)
| # | Step | ✅ | ✔️ |
|---|---|----|----|
| 14 | Integration verification (manual testing) | [ ] | [ ] |
| 15 | Build verification (typecheck, lint, test, build) | [ ] | [ ] |
| 16 | Update api-client exports | [ ] | [ ] |
| 15 | Build verification (typecheck, lint, test, build) | [x] | [x] |
| 16 | Update api-client exports | [x] | [x] |
---