-
Notifications
You must be signed in to change notification settings - Fork 355
open pricing if unauthorized #1353
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
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.
Pull request overview
This pull request adds pricing page redirection for unauthorized users attempting to save routes to the cloud. The key change enables free account users and logged-out users to access the "Save to Cloud" button, which now redirects them to the pricing page instead of being hidden.
Key changes:
- Save to Cloud functionality now redirects unauthorized users to pricing page instead of hiding the button
- Added location search API fallback for navigation point inputs (allowing text-based location search in addition to coordinates)
- Close navigation settings when opening route details or login menu for better UX
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| NavigationMenu.jsx | Added pricing page redirect for unauthorized save-to-cloud attempts; made button always visible |
| NavigationPointsManager.jsx | Made point input parsing async with API search fallback for location names |
| RouteSummaryCard.jsx | Passed total distance from API to graph component |
| NavigationSummaryGraph.jsx | Added totalDistanceMeters parameter for accurate distance display |
| LoginManager.js | Close navigation settings when opening login menu |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.