Adds GraphQL Conf Blog#9985
Merged
Merged
Conversation
PascalSenn
commented
Jun 25, 2026
Member
- initial
- adds blog
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GraphQLConf 2026 blog post to both the legacy website and the new website-next site, along with reusable photo grid/lightbox components to present trip photos.
Changes:
- Added a
PhotoGridMDX component forwebsiteand wired it into the MDX pipeline (component mapping + block-component unwrapping). - Added
PhotoGrid+PhotoLightboxcomponents forwebsite-nextand registeredPhotoGridin MDX components. - Added the GraphQLConf 2026 blog post content for both sites, including an image gallery section.
Reviewed changes
Copilot reviewed 8 out of 26 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/components/mdx/photo-grid.tsx | New MDX PhotoGrid with portal-based overlay viewer and keyboard navigation. |
| website/src/blog/2026-06-24-graphqlconf-2026/2026-06-24-graphqlconf-2026.md | New legacy-site GraphQLConf 2026 blog post using <PhotoGrid> with linked images. |
| website/lib/mdx.ts | Registers photogrid as a block component to prevent <p> wrapping hydration issues. |
| website/lib/mdx-content.tsx | Registers PhotoGrid in the MDX component map (including lowercase alias). |
| website-next/src/components/PhotoLightbox.tsx | New client-side lightbox modal for image grids. |
| website-next/src/components/PhotoGrid.tsx | New grid component that renders optimized thumbnails and opens the lightbox. |
| website-next/mdx-components.tsx | Registers PhotoGrid for MDX rendering on the new site. |
| website-next/content/blog/2026-06-24-graphqlconf-2026.md | New website-next GraphQLConf 2026 blog post using <PhotoGrid images={[...]} />. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.