Add navigation button and improve point overlay layout#80
Merged
Conversation
Rework the next-to-unlock point overlay with a three-column flex layout containing native navigation, map link, and distance display — each with a descriptive label. Fix map icon sizing by using inline styles to override FontAwesome's svg-inline--fa class. Improve distance formatting to show km when >= 1000 m. Co-authored-by: Claude <noreply@anthropic.com>
Use daddr/directions URLs for Apple Maps and Google Maps so the navigation button opens turn-by-turn directions instead of just dropping a pin. Guard against distance being false (negative computed value) by displaying "0 m" instead of "false m". Fix prettier formatting. Co-authored-by: Claude <noreply@anthropic.com>
cableman
requested changes
Mar 11, 2026
Contributor
cableman
left a comment
There was a problem hiding this comment.
If you are using the right classes, you known best. I would have been nice with a screenshot of the changes.
Co-authored-by: Claude <noreply@anthropic.com>
Use the geo: URI scheme on Android to trigger the OS intent chooser, letting the user pick their preferred maps app (Google Maps, Waze, OsmAnd, etc.). Keep Apple Maps on iOS and Google Maps as fallback for desktop/unknown platforms. Co-authored-by: Claude <noreply@anthropic.com>
cableman
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
svg-inline--faclassScreenshot
Test plan