Skip to content

feat: add interactive events map - #210

Open
lperezp wants to merge 3 commits into
mainfrom
feature/events-map-8606260468989795086
Open

lperezp wants to merge 3 commits into
mainfrom
feature/events-map-8606260468989795086

Conversation

@lperezp

@lperezp lperezp commented Aug 1, 2026

Copy link
Copy Markdown
Owner

This PR fulfills the request to add an interactive map to the /events page using AnmolSaini16/mapcn, displaying events by city. The UI has been updated to show a split layout on large screens, featuring event cards on the left and a MapLibre-powered map on the right.


PR created automatically by Jules for task 8606260468989795086 started by @lperezp

- Added `AnmolSaini16/mapcn` map components via shadcn UI
- Created `EventsMap` component to display non-virtual events on a map
- Created `app/data/cities.ts` as a geocoding data source for Peru cities
- Updated `/events` page layout to show the event list alongside the interactive map on desktop screens

Co-authored-by: lperezp <16889854+lperezp@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel

vercel Bot commented Aug 1, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
peruanos-dev Ready Ready Preview Aug 2, 2026 12:09am

- Extracted and safely added `mapcn` component (`components/ui/map.tsx`) without altering global Tailwind configurations or fonts.
- Installed required dependencies: `maplibre-gl`, `lucide-react`, `clsx`, `tailwind-merge`, and `class-variance-authority`.
- Created `app/data/cities.ts` as a geocoding dictionary for Peruvian cities.
- Implemented `EventsMap` restricted to 300x300 dimensions with hover effects on text elements inside the popup.
- Updated `/events` page layout to display the interactive map alongside event cards on large screens.

Co-authored-by: lperezp <16889854+lperezp@users.noreply.github.com>

This branch was successfully deployed

1 active deployment
Preview — f615694f Deployed Aug 2, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant