mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #43] [MERGED] Templating #14
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/43
Author: @gschier
Created: 6/7/2024
Status: ✅ Merged
Merged: 6/7/2024
Merged by: @gschier
Base:
master← Head:templating📝 Commits (10+)
22f0ec1Parser and renderer startede58c9bdReplace render logic with new parser8275d8erender function callbackd0c4312Rust and JS CId55e719Try againdc13c35Different formatb75e14fRemove?130309bCheckout subdir75ef32cBump checkout versionaeccdc4Fix?📊 Changes
13 files changed (+572 additions, -31 deletions)
View changed files
➕
.github/workflows/ci-js.yml(+16 -0)➕
.github/workflows/ci-rust.yml(+30 -0)📝
src-tauri/Cargo.lock(+5 -0)📝
src-tauri/Cargo.toml(+3 -2)📝
src-tauri/src/analytics.rs(+1 -1)📝
src-tauri/src/http_request.rs(+1 -1)📝
src-tauri/src/lib.rs(+2 -2)📝
src-tauri/src/render.rs(+24 -23)📝
src-tauri/src/window_menu.rs(+5 -2)➕
src-tauri/templates/Cargo.toml(+6 -0)➕
src-tauri/templates/src/lib.rs(+7 -0)➕
src-tauri/templates/src/parser.rs(+370 -0)➕
src-tauri/templates/src/renderer.rs(+102 -0)📄 Description
Add new
templatingcrate with custom parser/renderer for dealing with variables🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.