mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #184] [MERGED] Remove useTemplating prop #108
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/184
Author: @gschier
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @gschier
Base:
master← Head:remove-use-templating📝 Commits (3)
bc3a654Remove useTemplating prop46aa9c0Show containing environment968b5d6Better env var name autocomplete📊 Changes
20 files changed (+134 additions, -231 deletions)
View changed files
➖
src-web/components/BasicAuth.tsx(+0 -80)➖
src-web/components/BearerAuth.tsx(+0 -49)📝
src-web/components/DynamicForm.tsx(+18 -15)📝
src-web/components/EnvironmentEditDialog.tsx(+27 -25)📝
src-web/components/FormMultipartEditor.tsx(+2 -0)📝
src-web/components/FormUrlencodedEditor.tsx(+2 -0)📝
src-web/components/GraphQLEditor.tsx(+1 -1)📝
src-web/components/GrpcEditor.tsx(+1 -1)📝
src-web/components/HeadersEditor.tsx(+2 -0)📝
src-web/components/HttpAuthenticationEditor.tsx(+1 -1)📝
src-web/components/HttpRequestPane.tsx(+3 -3)📝
src-web/components/UrlBar.tsx(+1 -1)📝
src-web/components/UrlParameterEditor.tsx(+2 -0)📝
src-web/components/WebsocketRequestPane.tsx(+1 -1)📝
src-web/components/core/BulkPairEditor.tsx(+1 -1)📝
src-web/components/core/Editor/Editor.tsx(+49 -45)📝
src-web/components/core/Editor/extensions.ts(+3 -2)📝
src-web/components/core/Input.tsx(+1 -1)📝
src-web/components/core/PairEditor.tsx(+14 -4)📝
src-web/hooks/useTemplateFunctions.ts(+5 -1)📄 Description
Add
autocompleteFunctionsand update in all places.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.