[PR #379] [MERGED] Two Way Data Binding (v-model) to Ace Editor component #2593

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/379
Author: @AndrewBastin
Created: 11/30/2019
Status: Merged
Merged: 11/30/2019
Merged by: @liyasthomas

Base: masterHead: feat/two_way_ace


📝 Commits (5)

  • 2360803 Added v-model support to ace-editor
  • c5d5c15 Changed the GQL query entry to use ace-editor
  • 050a53a Changed pre request script field to use the ace-editor
  • c4116d6 Added placeholder pre-request script value
  • 492a5bd Merge branch 'master' into feat/two_way_ace

📊 Changes

3 files changed (+32 additions, -12 deletions)

View changed files

📝 components/ace-editor.vue (+7 -1)
📝 pages/graphql.vue (+11 -1)
📝 pages/index.vue (+14 -10)

📄 Description

Added two way data binding features (v-model) to the Ace Editor component.

Along with that, updated the GraphQL Query Field and the Pre-Request Script field to use this two-way binding supported Ace Editor.

This PR fixes #235 .

( alright, imma gonna sleep now 😅 )


🔄 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/379 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 11/30/2019 **Status:** ✅ Merged **Merged:** 11/30/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/two_way_ace` --- ### 📝 Commits (5) - [`2360803`](https://github.com/hoppscotch/hoppscotch/commit/2360803e44e7d83ba65b161745b6d48b6e8e22b4) Added v-model support to ace-editor - [`c5d5c15`](https://github.com/hoppscotch/hoppscotch/commit/c5d5c15b115af3895ff8986a8d0425331b97834b) Changed the GQL query entry to use ace-editor - [`050a53a`](https://github.com/hoppscotch/hoppscotch/commit/050a53af0d978f8751662ac806feaf694d49170b) Changed pre request script field to use the ace-editor - [`c4116d6`](https://github.com/hoppscotch/hoppscotch/commit/c4116d6819ea9808cfd4b001938f76d3a50241b2) Added placeholder pre-request script value - [`492a5bd`](https://github.com/hoppscotch/hoppscotch/commit/492a5bd5e90065df9e17607360ca7dcf5c7f4ea1) Merge branch 'master' into feat/two_way_ace ### 📊 Changes **3 files changed** (+32 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `components/ace-editor.vue` (+7 -1) 📝 `pages/graphql.vue` (+11 -1) 📝 `pages/index.vue` (+14 -10) </details> ### 📄 Description Added two way data binding features (v-model) to the Ace Editor component. Along with that, updated the GraphQL Query Field and the Pre-Request Script field to use this two-way binding supported Ace Editor. This PR fixes #235 . ( alright, imma gonna sleep now :sweat_smile: ) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:17:02 +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#2593
No description provided.