[PR #654] [MERGED] even #2768

Closed
opened 2026-03-17 00:26:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/654
Author: @liyasthomas
Created: 3/7/2020
Status: Merged
Merged: 3/7/2020
Merged by: @liyasthomas

Base: refactor/uiHead: master


📝 Commits (10+)

  • e68ec2e Merge pull request #647 from liyasthomas/refactor/ui
  • 08e578b Rollback modal fade
  • 94b2688 Add http/https support to socketio url valid
  • 41c33e0 Merge pull request #648 from moonrailgun/bug/fix-socketio-urlvalid
  • 7dd4db1 Added prettifying to GQL Query Editor
  • a9ba2b5 Added error handling to query prettify to prevent event propagation
  • cb0de46 Added i10n entry for invalid GQL Query prettification
  • 64091c1 GQL Query Editor shows toast on prettifying invalid queries
  • 30ee570 Added i10n entry for prettify query
  • e4abe4e Added prettify query button for GraphQL queries

📊 Changes

8 files changed (+81 additions, -36 deletions)

View changed files

📝 components/graphql/queryeditor.vue (+19 -0)
📝 components/realtime/socketio.vue (+2 -2)
📝 components/ui/modal.vue (+2 -2)
📝 functions/utils/valid.js (+25 -12)
📝 lang/en-US.js (+3 -0)
📝 package-lock.json (+18 -18)
📝 package.json (+2 -2)
📝 pages/graphql.vue (+10 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/654 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/7/2020 **Status:** ✅ Merged **Merged:** 3/7/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `refactor/ui` ← **Head:** `master` --- ### 📝 Commits (10+) - [`e68ec2e`](https://github.com/hoppscotch/hoppscotch/commit/e68ec2eb564b278483c2bd71391d24a63c55df34) Merge pull request #647 from liyasthomas/refactor/ui - [`08e578b`](https://github.com/hoppscotch/hoppscotch/commit/08e578b4b424ab7905860e882ba366738f79dcba) Rollback modal fade - [`94b2688`](https://github.com/hoppscotch/hoppscotch/commit/94b2688073c8da81f395f92f4c5a2c59498d10f5) Add http/https support to socketio url valid - [`41c33e0`](https://github.com/hoppscotch/hoppscotch/commit/41c33e06268c86042f3ee43993e0e88be36b8832) Merge pull request #648 from moonrailgun/bug/fix-socketio-urlvalid - [`7dd4db1`](https://github.com/hoppscotch/hoppscotch/commit/7dd4db13a10784c2b2b6106b7f57e1531193dc8e) Added prettifying to GQL Query Editor - [`a9ba2b5`](https://github.com/hoppscotch/hoppscotch/commit/a9ba2b50f9167b41c397ddc30057e8a6ac7234d7) Added error handling to query prettify to prevent event propagation - [`cb0de46`](https://github.com/hoppscotch/hoppscotch/commit/cb0de46e7dbbf7ff15fee793f1899e03acb1c382) Added i10n entry for invalid GQL Query prettification - [`64091c1`](https://github.com/hoppscotch/hoppscotch/commit/64091c1f29585a7e5bcc899b1d658cb916b208f6) GQL Query Editor shows toast on prettifying invalid queries - [`30ee570`](https://github.com/hoppscotch/hoppscotch/commit/30ee570ef7daa06794182f8082a651ffba044b90) Added i10n entry for prettify query - [`e4abe4e`](https://github.com/hoppscotch/hoppscotch/commit/e4abe4efd558b3cac50f920e878a45073acbde9f) Added prettify query button for GraphQL queries ### 📊 Changes **8 files changed** (+81 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `components/graphql/queryeditor.vue` (+19 -0) 📝 `components/realtime/socketio.vue` (+2 -2) 📝 `components/ui/modal.vue` (+2 -2) 📝 `functions/utils/valid.js` (+25 -12) 📝 `lang/en-US.js` (+3 -0) 📝 `package-lock.json` (+18 -18) 📝 `package.json` (+2 -2) 📝 `pages/graphql.vue` (+10 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:26:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2768
No description provided.