[PR #184] [MERGED] Remove useTemplating prop #108

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

📋 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: masterHead: remove-use-templating


📝 Commits (3)

  • bc3a654 Remove useTemplating prop
  • 46aa9c0 Show containing environment
  • 968b5d6 Better 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 autocompleteFunctions and update in all places.


🔄 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/184 **Author:** [@gschier](https://github.com/gschier) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `remove-use-templating` --- ### 📝 Commits (3) - [`bc3a654`](https://github.com/mountain-loop/yaak/commit/bc3a6549bbb840033b553ab874e1ee2bccccf79b) Remove useTemplating prop - [`46aa9c0`](https://github.com/mountain-loop/yaak/commit/46aa9c0f12cbc607e0829d204ffb425e8f91a06c) Show containing environment - [`968b5d6`](https://github.com/mountain-loop/yaak/commit/968b5d627281b8376aa21b1e80a5c225b5064531) Better env var name autocomplete ### 📊 Changes **20 files changed** (+134 additions, -231 deletions) <details> <summary>View changed files</summary> ➖ `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) </details> ### 📄 Description Add `autocompleteFunctions` and update in all places. --- <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:19:22 +01:00
adam closed this issue 2025-12-29 07:19:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#108