hayes / pothos

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
https://pothos-graphql.dev
ISC License
2.28k stars 153 forks source link

Docs: Make details panel non-interactive when collapsed #1216

Closed lubosmato closed 2 weeks ago

lubosmato commented 2 weeks ago

Collapsed details panel covered content due to full height.

The change makes details panel to be full height only when is open and thus improves UX of copying code snippets that would have been covered by the details panel (see gif below).

code-select

changeset-bot[bot] commented 2 weeks ago

🦋 Changeset detected

Latest commit: f949384be5500667fa39a96cf672f661f8f4a13f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages | Name | Type | | -------------------------------------------------- | ----- | | @pothos/core | Patch | | @pothos-examples/complex-app | Patch | | @pothos-examples/envelope-helix-fastify | Patch | | @pothos-examples/federation | Patch | | @pothos-examples/graphql-shield | Patch | | @pothos-examples/helix | Patch | | @pothos-examples/nextjs | Patch | | @pothos-examples/open-telemetry | Patch | | @pothos-examples/prisma-federation | Patch | | @pothos-examples/prisma-relay | Patch | | @pothos-examples/prisma-smart-subscriptions-apollo | Patch | | @pothos-examples/prisma-subscriptions | Patch | | @pothos-examples/prisma | Patch | | @pothos-examples/relay-windowed-pagination | Patch | | @pothos-examples/simple-classes | Patch | | @pothos-examples/simple-interfaces | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 2 weeks ago

@lubosmato is attempting to deploy a commit to the Michael Hayes' projects Team on Vercel.

A member of the Team first needs to authorize it.

hayes commented 2 weeks ago

Thanks!