-
Notifications
You must be signed in to change notification settings - Fork 90
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
Gaps patterns page #44
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.
some comments :)
great work!!
it's so great to see you here on the frontend side 🥳
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.
Thanks for the review!
Still struggling with the test (because of the dates), so I'll add them in a separate PR :)
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'll fix those comments, enjoy your vocation! 🥳
d434b02
to
a14b113
Compare
Co-authored-by: NoamGaash <[email protected]>
Co-authored-by: NoamGaash <[email protected]>
Co-authored-by: NoamGaash <[email protected]>
Co-authored-by: NoamGaash <[email protected]>
Co-authored-by: NoamGaash <[email protected]>
a14b113
to
fd277c6
Compare
@@ -62,7 +62,7 @@ const TimelinePage = () => { | |||
return | |||
} | |||
setRoutesIsLoading(true) | |||
getRoutesAsync(moment(timestamp), operatorId, lineNumber) | |||
getRoutesAsync(moment(timestamp), moment(timestamp), operatorId, lineNumber) |
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.
on purpose?
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.
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.
getRoutesAnsync method has toTimestamp
param
bb541b3
to
4e7cb11
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.
@ShayAdler @shootermv thank you both!
the code looks great, and I trust you to verify the UI behaviour.
feel free to merge it once you feel it's ready ⭐
i would be glad if you can test the functionality too... |
9d6db5f
to
c21655f
Compare
c21655f
to
0091eec
Compare
Issue #15