altair-graphql / altair

✨⚡️ A feature-rich GraphQL Client for all platforms.
https://altairgraphql.dev
MIT License
5.12k stars 316 forks source link

feat: hide deprecated doc items (queries, mutations, fields...) #2563

Closed JOSU9435 closed 3 months ago

JOSU9435 commented 3 months ago

Fixes

#2220

Checks

Changes proposed in this pull request:

Adds a toggle button in settings to hide deprecated doc items Screenshot from 2024-06-21 00-19-10

When the toggle button is disabled, the deprecated items should be visible Screenshot from 2024-06-21 00-20-19

When the toggle button is enabled, the deprecated item should be hidden. Screenshot from 2024-06-21 00-20-53

imolorhe commented 3 months ago

Thanks! Changes look good to me!