-
Notifications
You must be signed in to change notification settings - Fork 45
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
Slider #9907
base: dev
Are you sure you want to change the base?
Slider #9907
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9907 +/- ##
===========================================
+ Coverage 81.53% 87.50% +5.97%
===========================================
Files 1059 31 -1028
Lines 104459 1537 -102922
Branches 722 0 -722
===========================================
- Hits 85166 1345 -83821
+ Misses 19252 192 -19060
+ Partials 41 0 -41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2bc8a57
to
fcc21dc
Compare
9b7fd35
to
6ad1af5
Compare
@@ -50,6 +55,7 @@ type ManchetteWithSpaceTimeChartProps = { | |||
export const MANCHETTE_WITH_SPACE_TIME_CHART_DEFAULT_HEIGHT = 561; | |||
const BOTTOM_TOOLBAR_HEIGHT = 40; | |||
const SPACE_TIME_CHART_DIFF_HEIGHT = 8; | |||
const DEFAULT_ZOOM_MS_PER_PX = 7500; |
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.
Seems like this const is imported from osrd-ui above?
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.
yes, was just waiting for the ui release
Signed-off-by: Valentin Chanas <[email protected]>
6ad1af5
to
d3ce176
Compare
closes #9723
Requires OpenRailAssociation/osrd-ui#805 + release to be merged ✔️