-
Notifications
You must be signed in to change notification settings - Fork 59
OTP-UI trip settings #141
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
OTP-UI trip settings #141
Conversation
… `styled.js`. Extract UserTripS
…tp-ui-trip-settings
…electorPanel controls.
Bring OTP-UI components, delete components/form components no longer used.
|
When did |
Codecov Report
@@ Coverage Diff @@
## dev #141 +/- ##
==========================================
+ Coverage 10.28% 10.88% +0.60%
==========================================
Files 131 127 -4
Lines 5777 5458 -319
Branches 1694 1587 -107
==========================================
Hits 594 594
+ Misses 4393 4130 -263
+ Partials 790 734 -56
Continue to review full report at Codecov.
|
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.
My only problem with all this is the non-alphabetic 3rd party package imports. @opentripplanner/core-utils, etc should be imported before react.
Edit: Oh also, the merge conflicts. I have a problem with those too.
landonreed
left a comment
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.
LGTM, only comment is adding jsdoc to the UserTripSettings component. Please do that before merging.
|
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR brings components of OTP-UI trip-form package into OTP-react-redux.
The SettingsSelectorPanel and DateTimeSelector components have been replaced with their counterparts in OTP-UI. Form components that became unused have been removed.
The PR leaves only one thing out pending otp-ui PR 92. When you select an access mode (e.g. Transit + Bike), the title does not get bold (it was previously).