[PR #1796] [MERGED] feat: bulk edit #3499

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1796
Author: @liyasthomas
Created: 8/31/2021
Status: Merged
Merged: 8/31/2021
Merged by: @liyasthomas

Base: mainHead: feat/bulk-edit


📝 Commits (8)

  • d8881ba feat: init bulk edit
  • de8c7c1 Merge branch 'main' into feat/bulk-edit
  • 174ba90 feat: bulk edit transformation
  • b9fa254 feat: disable bulk edit entries with //
  • ada568c feat: bulk edit for graphql headers
  • 6f67a97 feat: textare autoresize
  • 788e0dc chore: lint
  • dcc59f4 fix: remove // from key on disabled bulk edit entries

📊 Changes

10 files changed (+557 additions, -298 deletions)

View changed files

📝 assets/scss/styles.scss (+5 -3)
📝 components/graphql/RequestOptions.vue (+160 -86)
📝 components/http/Headers.vue (+170 -97)
📝 components/http/ImportCurl.vue (+3 -3)
📝 components/http/Parameters.vue (+179 -108)
📝 locales/en.json (+2 -0)
📝 nuxt.config.js (+2 -1)
📝 package-lock.json (+31 -0)
📝 package.json (+1 -0)
plugins/v-textarea.js (+4 -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/1796 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 8/31/2021 **Status:** ✅ Merged **Merged:** 8/31/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `feat/bulk-edit` --- ### 📝 Commits (8) - [`d8881ba`](https://github.com/hoppscotch/hoppscotch/commit/d8881ba6a395d6d620a8f68f64159c75afc43a29) feat: init bulk edit - [`de8c7c1`](https://github.com/hoppscotch/hoppscotch/commit/de8c7c1ca3dc843672cd3a1484f52b3800eeeb3b) Merge branch 'main' into feat/bulk-edit - [`174ba90`](https://github.com/hoppscotch/hoppscotch/commit/174ba90fb5a658511a66da8fcf57c42475bd17c5) feat: bulk edit transformation - [`b9fa254`](https://github.com/hoppscotch/hoppscotch/commit/b9fa254ab5f07e2979d1d2d3c11981bbe1ed0b57) feat: disable bulk edit entries with // - [`ada568c`](https://github.com/hoppscotch/hoppscotch/commit/ada568cb754630b0399ea6fd3c7435fd483748a1) feat: bulk edit for graphql headers - [`6f67a97`](https://github.com/hoppscotch/hoppscotch/commit/6f67a97ade66de89a91145e74c8365e43c33b852) feat: textare autoresize - [`788e0dc`](https://github.com/hoppscotch/hoppscotch/commit/788e0dc8511f04ddf96a2208adfb5cbc232dc80e) chore: lint - [`dcc59f4`](https://github.com/hoppscotch/hoppscotch/commit/dcc59f42fa66257266d02951453b2cbfc9b05cba) fix: remove // from key on disabled bulk edit entries ### 📊 Changes **10 files changed** (+557 additions, -298 deletions) <details> <summary>View changed files</summary> 📝 `assets/scss/styles.scss` (+5 -3) 📝 `components/graphql/RequestOptions.vue` (+160 -86) 📝 `components/http/Headers.vue` (+170 -97) 📝 `components/http/ImportCurl.vue` (+3 -3) 📝 `components/http/Parameters.vue` (+179 -108) 📝 `locales/en.json` (+2 -0) 📝 `nuxt.config.js` (+2 -1) 📝 `package-lock.json` (+31 -0) 📝 `package.json` (+1 -0) ➕ `plugins/v-textarea.js` (+4 -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 01:06:26 +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#3499
No description provided.