Conversation
- 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>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- 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 PR fulfills the request to add an interactive map to the
/eventspage usingAnmolSaini16/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