-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
GraphQL page improvements, and more #602
GraphQL page improvements, and more #602
Conversation
Allows the user to go to the settings page, and back to the GraphQL page, without having to re-request the schema or response.
When you refresh or navigate to a new page and back, your collapsed sections will be as you set them.
DeepCode's analysis on #50339a found:
💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues. |
Hey @dmitryyankowski, TravisBuddy Request Identifier: d9c11890-578c-11ea-b14f-b186f6b55800 |
Hey @dmitryyankowski, TravisBuddy Request Identifier: 79380b30-578e-11ea-b14f-b186f6b55800 |
Wasn't actually working with the last PR. This one fixes it.
Hey @dmitryyankowski, TravisBuddy Request Identifier: 07c87c50-5793-11ea-b14f-b186f6b55800 |
Hey @dmitryyankowski, TravisBuddy Request Identifier: dcef4280-5796-11ea-acab-ef795e2c3319 |
Hey @dmitryyankowski, TravisBuddy Request Identifier: 65de5810-5797-11ea-acab-ef795e2c3319 |
Hey @dmitryyankowski, TravisCI finished with status TravisBuddy Request Identifier: e7a81080-579b-11ea-acab-ef795e2c3319 |
Hey @dmitryyankowski, TravisBuddy Request Identifier: eb5a6d50-579f-11ea-acab-ef795e2c3319 |
@dmitryyankowski pre-commit hooks have been introduced hence please rebase to current master and pull latest change, then send PR. |
Allows the user to go to the settings page, and back to the GraphQL page, without having to re-request the schema or response.
When you refresh or navigate to a new page and back, your collapsed sections will be as you set them.
Wasn't actually working with the last PR. This one fixes it.
@liyasthomas can we address the build issue, before I push any more changes? Getting |
Hey @dmitryyankowski, TravisBuddy Request Identifier: 99ab8be0-583c-11ea-b533-891a36a4ac0b |
@dmitryyankowski I don't know exactly what's wrong with the CI, locally everything seems to be working fine. |
Yeah it always works fine locally for me too. It does something weird in Travis CI, and times out for some reason 😭 |
Lemme bump dependencies and see whether is there any issue with the Cypress itself. Sorry for the inconveniences. |
Was setting the response to an empty string. But this makes it show the correct error.
Hey @dmitryyankowski, TravisBuddy Request Identifier: 081470d0-5840-11ea-b533-891a36a4ac0b |
Should stick to semantic code here.. rather than doing the shorthand way
@AndrewBastin can you review this PR, when you have the time? Thank you! |
Hey @dmitryyankowski, TravisBuddy Request Identifier: f633fef0-5842-11ea-b533-891a36a4ac0b |
Hey @dmitryyankowski, TravisBuddy Request Identifier: 0d758f10-5844-11ea-b533-891a36a4ac0b |
Hey @dmitryyankowski, TravisBuddy Request Identifier: b84611a0-584c-11ea-b533-891a36a4ac0b |
Hey @dmitryyankowski, TravisBuddy Request Identifier: 7037f430-584e-11ea-b533-891a36a4ac0b |
This PR does the following:
Run Query
button so it matches theGet schema
buttonshowExtensionsToast
to false in localStorage when no is clicked on the extensions toast 1d616c7.prettierrc
and.huskyrc
contents to thepackage.json
file, so we have 2 less files to manage 50339a2Note: I haven't gotten around to saving the types/queries/mutation to the local state yet (the Docs) But I will get to that soon :)