Skip to content

Conversation

hasparus
Copy link
Contributor

Description

We're currently showing GraphQL in Production and Developer Experience in half of the session cards in the schedule grid.

I wrote some cheap and hacky code to show the event_subtype instead but only for these cards, because it may be more informative.

WDYT @saihaj?

image

Disclaimer: This PR includes #2081, but it's just one commit, and I can't stack them from my fork.

Copy link

vercel bot commented Aug 16, 2025

@hasparus is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Aug 16, 2025

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

Project Deployment Preview Comments Updated (UTC)
graphql-github-io Ready Ready Preview Comment Aug 16, 2025 1:44am

Comment on lines +39 to +43
if (
session.event_type === "GraphQL in Production" ||
session.event_type === "Developer Experience" ||
session.event_type === "Session Presentations"
) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (
session.event_type === "GraphQL in Production" ||
session.event_type === "Developer Experience" ||
session.event_type === "Session Presentations"
) {
if (["GraphQL in Production", "Developer Experience", "Session Presentations"].includes(session.event_type)) {

@saihaj saihaj merged commit b2570ec into graphql:source Aug 16, 2025
4 checks passed
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.

2 participants