-
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: highlight selected train in GET #8405
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #8405 +/- ##
============================================
- Coverage 37.03% 37.03% -0.01%
Complexity 2165 2165
============================================
Files 1267 1267
Lines 117203 117204 +1
Branches 3139 3139
============================================
- Hits 43410 43405 -5
- Misses 71951 71957 +6
Partials 1842 1842
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
front/src/applications/operationalStudies/views/v2/SimulationResultsV2.tsx
Outdated
Show resolved
Hide resolved
ba2adbf
to
28bd5e5
Compare
28bd5e5
to
19867bb
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 and tested
19867bb
to
00176eb
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 ✅
- create function to format space time data - add selected train id in manchette's props - add test for formatSpaceTimeDataToProjectPathTrainResult - add the missing prop onClick to the button Revert " - add test for formatSpaceTimeDataToProjectPathTrainResult" This reverts commit 00176eb. - change type TrainSpaceTimeData (trainName -> name) - remove formatSpaceTimeDataToProjectPathTrainResult function
65a7681
to
dcda29e
Compare
close OpenRailAssociation/osrd-ui#291