mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #186] [MERGED] Nested template functions #111
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/186
Author: @gschier
Created: 3/18/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @gschier
Base:
master← Head:nested-template-functions📝 Commits (1)
64bfec4Nested 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.