-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add the new metro map component to the preview trip planner #2208
base: main
Are you sure you want to change the base?
Conversation
@@ -65,18 +65,6 @@ defmodule DotcomWeb.Live.TripPlannerTest do | |||
end | |||
|
|||
test "pushes updated location to the map", %{view: view} do | |||
updated_location = %{ |
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.
Should we just delete the test, rather than leaving it empty?
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.
Does it matter? Leaving it there signals we're going to come back and do this later.
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 put a few comments in. I think all of them (at least discussing them) are approval-blockers for me.
I replaced the integers with atoms if that makes it easier to read. |
d3601a6
to
2cce169
Compare
Adding and removing markers works. When all markers are removed, the map recenters itself.