-
Notifications
You must be signed in to change notification settings - Fork 96
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
refactor: create MapWithLocationsAndPath component #304
Conversation
@NoamGaash |
@amabelleS you're right, solved 🙏 😄 |
@@ -1,5 +1,5 @@ | |||
import type { Meta, StoryObj } from '@storybook/react' | |||
import { BusToolTip } from './MapLayers/BusToolTip' | |||
import { BusToolTip } from './map-related/MapLayers/BusToolTip' |
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.
why this import needed here?
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.
it's not. it should be removed. it's not related to this PR. it should be fixed
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.
Shame on me!
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.
no shame in blame! 😉
Description
refactored some components of the
SingleLineMap
page to make it easier to deal within the future, and prepare its map component for use in the line profile page
screenshots
irrelevant