Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: improve explorer styling #3606

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TPXP
Copy link

@TPXP TPXP commented May 20, 2024

Various fixes on the schema explorer styling:

  • Correct characters overflowing some inputs in Safari
  • Fix background color not being set in select fields on dark mode
  • Enhance font style for test inputs (switch to a fixed-size font so that the text matches the input length)
  • Improve scrollbar styling - as in style: improve scrollbar styling on the query editor #3605
  • Reorganize UI to have scrollbars on query content only (keep title and "add new" sections always visible)
  • Some elements would increase line style on hovering due to buttons being added, correct button padding to prevent that

Copy link

changeset-bot bot commented May 20, 2024

🦋 Changeset detected

Latest commit: 2bc467c

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

This PR includes changesets to release 1 package
Name Type
@graphiql/plugin-explorer 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

@TPXP TPXP force-pushed the style-enhancements-explorer branch 2 times, most recently from cbf3e60 to 68fc43b Compare May 20, 2024 13:46
Various fixes on the schema explorer styling:
* Correct characters overflowing some inputs in Safari
* Fix background color not being set in query fields on dark mode
* Enhance font style for test inputs
* Improve scrollbar styling
* Reorganize UI to have scrollbars on query content only
* Correct flickering of some lines when hovering in safari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants