[PR #45] [MERGED] Bulk editor #16

Closed
opened 2025-12-29 07:18:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/45
Author: @gschier
Created: 6/7/2024
Status: Merged
Merged: 6/7/2024
Merged by: @gschier

Base: masterHead: bulk-editor


📝 Commits (6)

📊 Changes

19 files changed (+186 additions, -37 deletions)

View changed files

📝 plugins/importer-curl/src/index.ts (+1 -1)
📝 plugins/importer-curl/tests/index.test.ts (+22 -16)
📝 plugins/importer-yaak/tests/index.test.ts (+6 -3)
📝 src-web/components/FormUrlencodedEditor.tsx (+3 -2)
📝 src-web/components/GraphQLEditor.tsx (+1 -1)
📝 src-web/components/HeadersEditor.tsx (+3 -2)
📝 src-web/components/UrlParameterEditor.tsx (+3 -2)
src-web/components/core/BulkPairEditor.tsx (+48 -0)
📝 src-web/components/core/Editor/Editor.tsx (+1 -1)
📝 src-web/components/core/Editor/extensions.ts (+2 -0)
src-web/components/core/Editor/pairs/extension.ts (+11 -0)
src-web/components/core/Editor/pairs/highlight.ts (+7 -0)
src-web/components/core/Editor/pairs/pairs.grammar (+9 -0)
src-web/components/core/Editor/pairs/pairs.ts (+19 -0)
📝 src-web/components/core/Icon.tsx (+3 -0)
📝 src-web/components/core/PairEditor.tsx (+5 -5)
src-web/components/core/PairOrBulkEditor.tsx (+37 -0)
📝 src-web/components/core/Separator.tsx (+4 -3)
📝 src-web/components/responseViewers/TextViewer.tsx (+1 -1)

📄 Description

Bulk editor for all pair editors except multipart/form-data

CleanShot 2024-06-07 at 13 14 09@2x


🔄 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/mountain-loop/yaak/pull/45 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `bulk-editor` --- ### 📝 Commits (6) - [`ba2339c`](https://github.com/mountain-loop/yaak/commit/ba2339c6d2f1260b1a38038754d491537593ae99) Add bulk editor - [`2da3d55`](https://github.com/mountain-loop/yaak/commit/2da3d55f8fa74f797bfd34f76b8f013d6a93b9b4) Pair bulk highlighting - [`0e50440`](https://github.com/mountain-loop/yaak/commit/0e5044064088dcb2a63bcadb74212f2d4066c8f2) Remove invalid prop - [`eb99650`](https://github.com/mountain-loop/yaak/commit/eb99650bad863fac39788caa348ba7cccb1609f2) Fix deps - [`5b132d5`](https://github.com/mountain-loop/yaak/commit/5b132d58f354506d1938ea353ddcd79d2c14ac9c) Floating button instead of toolbar - [`d50c002`](https://github.com/mountain-loop/yaak/commit/d50c0021ab0d05ae4dc93995db04c9d3c6aa94fc) Fix tests ### 📊 Changes **19 files changed** (+186 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `plugins/importer-curl/src/index.ts` (+1 -1) 📝 `plugins/importer-curl/tests/index.test.ts` (+22 -16) 📝 `plugins/importer-yaak/tests/index.test.ts` (+6 -3) 📝 `src-web/components/FormUrlencodedEditor.tsx` (+3 -2) 📝 `src-web/components/GraphQLEditor.tsx` (+1 -1) 📝 `src-web/components/HeadersEditor.tsx` (+3 -2) 📝 `src-web/components/UrlParameterEditor.tsx` (+3 -2) ➕ `src-web/components/core/BulkPairEditor.tsx` (+48 -0) 📝 `src-web/components/core/Editor/Editor.tsx` (+1 -1) 📝 `src-web/components/core/Editor/extensions.ts` (+2 -0) ➕ `src-web/components/core/Editor/pairs/extension.ts` (+11 -0) ➕ `src-web/components/core/Editor/pairs/highlight.ts` (+7 -0) ➕ `src-web/components/core/Editor/pairs/pairs.grammar` (+9 -0) ➕ `src-web/components/core/Editor/pairs/pairs.ts` (+19 -0) 📝 `src-web/components/core/Icon.tsx` (+3 -0) 📝 `src-web/components/core/PairEditor.tsx` (+5 -5) ➕ `src-web/components/core/PairOrBulkEditor.tsx` (+37 -0) 📝 `src-web/components/core/Separator.tsx` (+4 -3) 📝 `src-web/components/responseViewers/TextViewer.tsx` (+1 -1) </details> ### 📄 Description Bulk editor for all pair editors except multipart/form-data ![CleanShot 2024-06-07 at 13 14 09@2x](https://github.com/yaakapp/app/assets/587576/4567d4fe-8cf7-4708-8bcf-5d29c86b1ad3) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:18:55 +01:00
adam closed this issue 2025-12-29 07:18:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#16