Skip to content

Conversation

@hasparus
Copy link
Member

Description

We now render some HTML tags included in session descriptions.

image

@vercel
Copy link

vercel bot commented Aug 27, 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.

session={session}
className="-mx-px -mb-px last:xl:pb-24"
/>
{!!session.speakers?.length && (
Copy link
Member Author

Choose a reason for hiding this comment

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

The cruise doesn't have speakers.

<PinIcon className="size-4 text-pri-base [@container(width<240px)]:hidden" />
{session.venue}
</span>
{session.venue && (
Copy link
Member Author

Choose a reason for hiding this comment

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

The cruise doesn't have a venue.

start: session.event_start,
end: session.event_end,
description: session.description,
description: stripHtml(session.description).result,
Copy link
Member Author

Choose a reason for hiding this comment

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

As session.description can have HTML now we need to get rid of it for calendar events.

@vercel
Copy link

vercel bot commented Aug 27, 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 27, 2025 8:57am

@saihaj saihaj merged commit b390f31 into graphql:source Aug 27, 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