Add social media asset generation script, GraphQL Virtual Meetup, Apollo Summit - #2496
Open
bignimbus wants to merge 1 commit into
Open
Add social media asset generation script, GraphQL Virtual Meetup, Apollo Summit#2496bignimbus wants to merge 1 commit into
bignimbus wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bignimbus
requested review from
benjie,
hasparus,
itamark,
martinbonnin and
saihaj
August 28, 2026 18:04
Reuses the /conf/2026 OG-image design system (next/og, shared header/footer/colors/fonts) to generate announcement, speaker, and CFP banners from a YAML manifest via `pnpm generate:social-banner`. Also: - Adds GraphQL Virtual Meetup (Sep 2026) and Apollo Summit 2026 to /community/events - Fixes events.ts widening `kind` to `string` (the array literal was piped through .sort() before the Event[] check, defeating contextual typing) - Drops an unnecessary "use client" from qr-code.tsx that made the QR code invisible when reused from a route handler
bignimbus
force-pushed
the
jeff/social-media-banners
branch
from
August 28, 2026 18:30
906baac to
1948cf4
比较
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
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 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.
Reuses the /conf/2026 OG-image design system (next/og, shared header/footer/colors/fonts) to generate announcement, speaker, and CFP banners from a YAML manifest via
pnpm generate:social-banner.Also:
kindtostring(the array literal was piped through .sort() before the Event[] check, defeating contextual typing)