Closed binh-dam-ibigroup closed 4 years ago
Also @landonreed or @evansiroky, I had to regenerate yarn.lock
or I would get an error involving the moment
package. Let me know if you are luckier regarding that.
CSS issues:
That's a caveat of using the OTP-UI library. The default OTP-RR is ported over, so to avoid that you need to compile the desired style into OTP-RR before hand.
I'm seeing a prop warning when I plan a trip: trip plan
It looks like the arrow for the collapsible div for walking directions doesn't toggle up/down like it should:
@landonreed, I think we have now a pretty good visual parity between the two with my latest changes to https://github.com/opentripplanner/otp-react-redux/pull/150.
@binh-dam-ibigroup, some more styling issues:
@landonreed, changes to trip summary, itinerary footer, and leg header in narrative are pushed in this commit in otp-react-redux.
@landonreed, the last commit in this branch uses StandardModeIcon
found on newplanner.trimet.org.
Blocked pending action on https://github.com/opentripplanner/otp-react-redux/pull/171.
Blocking, awaiting #265.
This PR migrates trimet-mod-otp to use the new @opentripplanner icon sets. What changes (breaking):
configure()
function inconfig.js
now defines:ModeIcon
attribute that sets the icon set for the transit mode selection pane.LegIcon
attribute that replacesapplyCustomIconLogic
and contains custom logic to determine icons based on travel leg.customIcons
are entirely removed.Now depends on #265 .