Skip to content
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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Slider #9907

wants to merge 1 commit into from

Conversation

anisometropie
Copy link
Contributor

@anisometropie anisometropie commented Nov 29, 2024

closes #9723

Requires OpenRailAssociation/osrd-ui#805 + release to be merged ✔️

@github-actions github-actions bot added the area:front Work on Standard OSRD Interface modules label Nov 29, 2024
@anisometropie anisometropie changed the title save Slider Nov 29, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.50%. Comparing base (9109fb7) to head (d3ce176).

❗ 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     
Flag Coverage Δ
editoast ?
front ?
gateway ?
osrdyne ?
railjson_generator 87.50% <ø> (ø)
tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@anisometropie anisometropie force-pushed the vcs/space-time-h-slider branch 3 times, most recently from 2bc8a57 to fcc21dc Compare December 18, 2024 12:32
@anisometropie anisometropie force-pushed the vcs/space-time-h-slider branch 3 times, most recently from 9b7fd35 to 6ad1af5 Compare January 7, 2025 14:43
@@ -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;
Copy link
Member

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?

Copy link
Contributor Author

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

@anisometropie anisometropie force-pushed the vcs/space-time-h-slider branch from 6ad1af5 to d3ce176 Compare January 8, 2025 17:04
@anisometropie anisometropie marked this pull request as ready for review January 8, 2025 17:11
@anisometropie anisometropie requested a review from a team as a code owner January 8, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:front Work on Standard OSRD Interface modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration slider in front space time chart
3 participants