mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #602] [MERGED] GraphQL page improvements, and more #2739
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2739
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/602
Author: @dihmeetree
Created: 2/25/2020
Status: ✅ Merged
Merged: 2/26/2020
Merged by: @liyasthomas
Base:
master← Head:feature/fix-gql-state📝 Commits (10+)
21c6c07Save GraphQL schema and response in state403254aChange from v-model to value as this is not set by the usera3d6573Save collapsed sections to statee233e9bMerge branch 'master' into feature/fix-gql-state7c23cd7Add loading message in response box for "Run query" action62a970eFix auto scroll0eab54cSet showExtensionsToast to false in local storage if no is clicked1d616c7Fix: Set showExtensionsToast to false in local storage if no is clicked90d347dDisable spell check on input fieldsb8ba6e3Re-trigger build📊 Changes
12 files changed (+283 additions, -214 deletions)
View changed files
➖
.huskyrc(+0 -5)➖
.prettierrc(+0 -6)📝
components/ace-editor.vue(+47 -44)📝
components/section.vue(+11 -9)📝
functions/jsonParse.js(+125 -125)📝
layouts/default.vue(+10 -1)📝
package.json(+11 -0)📝
pages/graphql.vue(+55 -22)📝
pages/index.vue(+12 -2)📝
pages/realtime.vue(+1 -0)📝
store/mutations.js(+6 -0)📝
store/state.js(+5 -0)📄 Description
This PR does the following:
Run Querybutton so it matches theGet schemabuttonshowExtensionsToastto false in localStorage when no is clicked on the extensions toast https://github.com/liyasthomas/postwoman/pull/602/commits/1d616c7ec6bc6149edb17d8e94592c114e3d33e2.prettierrcand.huskyrccontents to thepackage.jsonfile, so we have 2 less files to manage https://github.com/liyasthomas/postwoman/pull/602/commits/50339a2480205cd46c866aa314cb57d8d689b9c0Note: 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 :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.