-
Notifications
You must be signed in to change notification settings - Fork 7
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 LocationMarkerIcon component and use it in Storybook #2281
Conversation
Coverage of commit
|
) | ||
} | ||
|
||
export const LocationMarker = ({ |
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.
suggestion (non-blocking): now that we also have the <UserLocationMarker/>
component I've sort of wanted to come up with a more descriptive name for this to differentiate it (maybe something indicating that it's a geocoded location from a search result?), but just separating it out into its own module is already an improvement on its own.
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.
<LocationSearchMarker />
?
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.
@joshlarson I like <LocationSearchMarker/>
, were you going to make that change?
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.
Yep! And I think that's why I never got around to merging this 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.
Thanks for reminding me though - it had completely slipped my mind.
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.
@lemald Done!
Coverage of commit
|
1d633eb
to
023043d
Compare
dba1e26
to
1706843
Compare
Coverage of commit
|
1706843
to
aa49581
Compare
Coverage of commit
|
aa49581
to
29dc8f3
Compare
Coverage of commit
|
No description provided.