You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Small nit: On the https://www.apollographql.com/docs/ site, the left-side menu with [Welcome | SDKs | GraphOS] opens a drawer instantly when the mouse touches it. Depending on window size, this will usually cover up part of the page content. And then it requires a click to on the page to close the drawer again.
I often have these docs up on the right side of my monitor, and my code on the left, and every time I slide the mouse back and forth between the two windows, this drawer pops open and covers what I'm trying to read. Personally, I find this very irritating, so I'm hoping it's a 1-liner fix that would improve the experience. I think even a small delay before triggering the drawer would help a lot.
Thanks for the great docs!
Small nit: On the https://www.apollographql.com/docs/ site, the left-side menu with [Welcome | SDKs | GraphOS] opens a drawer instantly when the mouse touches it. Depending on window size, this will usually cover up part of the page content. And then it requires a click to on the page to close the drawer again.
I often have these docs up on the right side of my monitor, and my code on the left, and every time I slide the mouse back and forth between the two windows, this drawer pops open and covers what I'm trying to read. Personally, I find this very irritating, so I'm hoping it's a 1-liner fix that would improve the experience. I think even a small delay before triggering the drawer would help a lot.
https://github.com/apollographql/docs/blob/main/src/components/Sidebar/Sidebar.js#L130
The text was updated successfully, but these errors were encountered: