-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix gap sort by date #271
fix gap sort by date #271
Conversation
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.
Looks great! Would you like to create a test for it? It will help preventing regressions
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.
i think the yarn.lock
file should not change (since no new packages installed at this PR)
Ill do it. |
yarn.lock reverted back. |
@SergeyArenzon |
looks very good! |
Description
Solves [Bug] Sort Hours in Gaps Page #265
Fix for unsorted gaps with "נסיעה שלא תוכננה".
Now it should sort it with others gaps by its actual time.
before fix: unplanned rides unsorted with other rides
after fix: unplanned rides sorted with other rides by its actual time.