[PR #186] [MERGED] Nested template functions #111

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/186
Author: @gschier
Created: 3/18/2025
Status: Merged
Merged: 3/18/2025
Merged by: @gschier

Base: masterHead: nested-template-functions


📝 Commits (1)

  • 64bfec4 Nested template functions

📊 Changes

9 files changed (+321 additions, -118 deletions)

View changed files

📝 DEVELOPMENT.md (+7 -0)
📝 src-tauri/Cargo.lock (+1 -0)
📝 src-tauri/src/lib.rs (+2 -2)
📝 src-tauri/yaak-templates/Cargo.toml (+3 -2)
📝 src-tauri/yaak-templates/src/parser.rs (+173 -72)
📝 src-tauri/yaak-templates/src/renderer.rs (+79 -29)
📝 src-web/components/TemplateFunctionDialog.tsx (+54 -12)
📝 src-web/components/core/Editor/Editor.tsx (+1 -1)
📝 src-web/components/core/Icon.tsx (+1 -0)

📄 Description

Make template function args render as templates

CleanShot 2025-03-18 at 12 32 51@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/186 **Author:** [@gschier](https://github.com/gschier) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `nested-template-functions` --- ### 📝 Commits (1) - [`64bfec4`](https://github.com/mountain-loop/yaak/commit/64bfec45edd084da764d76b37cdce4cdd7c1659c) Nested template functions ### 📊 Changes **9 files changed** (+321 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `DEVELOPMENT.md` (+7 -0) 📝 `src-tauri/Cargo.lock` (+1 -0) 📝 `src-tauri/src/lib.rs` (+2 -2) 📝 `src-tauri/yaak-templates/Cargo.toml` (+3 -2) 📝 `src-tauri/yaak-templates/src/parser.rs` (+173 -72) 📝 `src-tauri/yaak-templates/src/renderer.rs` (+79 -29) 📝 `src-web/components/TemplateFunctionDialog.tsx` (+54 -12) 📝 `src-web/components/core/Editor/Editor.tsx` (+1 -1) 📝 `src-web/components/core/Icon.tsx` (+1 -0) </details> ### 📄 Description Make template function args render as templates ![CleanShot 2025-03-18 at 12 32 51@2x](https://github.com/user-attachments/assets/1d8d860a-12e4-4a62-b0e3-5066dd11047d) --- <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:23 +01:00
adam closed this issue 2025-12-29 07:19:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#111