mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #45] [MERGED] Bulk editor #16
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/45
Author: @gschier
Created: 6/7/2024
Status: ✅ Merged
Merged: 6/7/2024
Merged by: @gschier
Base:
master← Head:bulk-editor📝 Commits (6)
ba2339cAdd bulk editor2da3d55Pair bulk highlighting0e50440Remove invalid propeb99650Fix deps5b132d5Floating button instead of toolbard50c002Fix tests📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.