-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(itinerary): adapt itinerary-page component to upstream #826
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please check ItineraryListContainer? I think we should keep parkAndRide, Scooter and OnDemandTaxi.
Rest looks find to me, Thx!
parkAndRide, | ||
car, | ||
onDemandTaxi, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont't think we should remove these stadtnavi additions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These props were not used in that component at all.
scooter={scooter} | ||
parkAndRide={parkAndRide} | ||
car={car} | ||
onDemandTaxi={onDemandTaxi} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not remove stadtnavi additions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
5834d83
to
0710ff8
Compare
f8a6472
to
2c073e2
Compare
2c073e2
to
ec31263
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, we checked that scooters results are still provided. For OnDemand, even now herrenberg.stadtnavi.de shows no results, so this is unrelated to this change.
I approve this PR. Thx.
fdf8904
to
61079cc
Compare
61079cc
to
fe61323
Compare
Apply upstream refactorings to itinerary-page component and sub components