-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: refacto timetable component #5319
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #5319 +/- ##
=========================================
Coverage 19.46% 19.47%
Complexity 2320 2320
=========================================
Files 871 871
Lines 104803 104716 -87
Branches 2538 2537 -1
=========================================
- Hits 20402 20394 -8
+ Misses 82927 82849 -78
+ Partials 1474 1473 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
d4988b8
to
e437448
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.
OpenApi changes
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.
Tested in local, LGTM, nice refacto :)
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.
Very nice refacto ! Left some comments :)
front/src/modules/trainschedule/components/Timetable/Timetable.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleModal.tsx
Show resolved
Hide resolved
e437448
to
428c17b
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.
Lgtm, tested in local. First error is gone as well after the rebase.
front/src/modules/trainschedule/components/Timetable/TimetableTrainCard.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/Timetable/TimetableTrainCard.tsx
Outdated
Show resolved
Hide resolved
5e3bfc6
to
48edb16
Compare
48edb16
to
9736af4
Compare
9736af4
to
3e1e1b3
Compare
closes #5215
closes #4898