feat(maps): refreshed floor plans, expo-hall segment, and location pins#282
Merged
JacobCoffee merged 2 commits intomainfrom Apr 28, 2026
Merged
feat(maps): refreshed floor plans, expo-hall segment, and location pins#282JacobCoffee merged 2 commits intomainfrom
JacobCoffee merged 2 commits intomainfrom
Conversation
…on pins * Replaces all four 2026 LBCEC floor plans with the marked-up versions (Concourse, Upper, Arena & Exhibit Halls, Seaside). * Re-points the Expo Hall menu entry at the conference map page with the Expo Hall segment pre-selected (page title becomes "Expo Hall"). Removes the now-unused ExpoHallPageModule. * Adds a reusable LocationMapComponent and FloorPlanModalModule that render a small floor-plan thumbnail with a pulsing PyCon-pink pin and open a zoomable full floor plan on tap. * Help & Safety: Info Desk row replaced with an inline mini-map pinned to the actual INFO oval on the Concourse Level. * Venues & Hours: parses the markdown content into sections and drops a mini-map under each known location heading (Registration, Info Desk, Swag Pickup, Quiet Room, Lost & Found at Staff Office). The splitter accepts H1/H2/H3 so it works regardless of which level the CMS uses. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The marked-up campus map shows the whole LBCEC footprint (halls, hotels, garages, entrances) and is now the first card on the Floor Plans tab — useful for orienting attendees before drilling into a specific level. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Pin coords live in `src/app/location-map/venue-locations.ts` so they're easy to tune.
Test plan
🤖 Generated with Claude Code