feat: Add Nearby Places Locator#305
Open
tankerkiller125 wants to merge 5 commits intomauriceboe:devfrom
Open
Conversation
jubnl
requested changes
Apr 2, 2026
Collaborator
jubnl
left a comment
There was a problem hiding this comment.
Front-end calls a new route /api/maps/nearby but this route does not currently exists, and the PR doesn't include the new backend route
Collaborator
|
I've changed the target to dev as we are changing the backend architecture. Can you please seek the conflict and resolve them ? I'd be happy to review your pr afterwards |
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.
This pull request introduces a new "Find Nearby" feature that allows users to search for and add places of interest near a selected location. The implementation includes a new modal for browsing nearby places, API integration, UI enhancements, and localization support. Additionally, admin settings are added to configure the categories and search parameters for this feature.
Nearby Places Feature Implementation:
NearbyPlacesModalcomponent that allows users to search for and add nearby places by category, with support for loading states, error handling, and multi-language labels.PlaceInspectorcomponent, including a new "Find Nearby" action button (with a radar icon) that appears when latitude and longitude are available. [1] [2] [3]mapsApiwith a newnearbymethod to fetch nearby places from the backend.Localization and UI Texts:
Admin Configuration:
These changes collectively add a user-friendly way to discover and add nearby places, with customizable settings and full localization support.