mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #67] [MERGED] Template Tag Function Editor #31
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/67
Author: @gschier
Created: 8/16/2024
Status: ✅ Merged
Merged: 8/16/2024
Merged by: @gschier
Base:
master← Head:tag-ui📝 Commits (10+)
cd70ca5Add click handlers and function autocompletef950444Started on dialogs71cbc34Start using Jotai58019d3Serialization for parser tokensbb414f7Hooked up template parsing to frontenda7781a6Better default6147e65Rename placeholder -> templateTag in theme4043f1dExclude tailwind from eslint1406931Editing vars/fn is solid1bd61d2Fix lint error📊 Changes
62 files changed (+1334 additions, -432 deletions)
View changed files
📝
.eslintrc.cjs(+1 -0)📝
package-lock.json(+21 -0)📝
package.json(+2 -1)📝
plugin-runtime-types/package-lock.json(+2 -2)📝
plugin-runtime-types/src/plugins/index.ts(+1 -1)📝
src-tauri/Cargo.lock(+11 -8)📝
src-tauri/Cargo.toml(+1 -1)📝
src-tauri/src/lib.rs(+37 -1)📝
src-tauri/src/render.rs(+8 -3)📝
src-tauri/yaak_templates/Cargo.toml(+3 -0)➕
src-tauri/yaak_templates/build.rs(+6 -0)📝
src-tauri/yaak_templates/src/lib.rs(+1 -3)📝
src-tauri/yaak_templates/src/parser.rs(+322 -110)📝
src-tauri/yaak_templates/src/renderer.rs(+18 -14)📝
src-web/components/GlobalHooks.tsx(+47 -37)📝
src-web/components/IsDev.tsx(+1 -1)📝
src-web/components/MoveToWorkspaceDialog.tsx(+1 -11)📝
src-web/components/Settings/SettingsGeneral.tsx(+3 -3)📝
src-web/components/SettingsDropdown.tsx(+2 -2)📝
src-web/components/Sidebar.tsx(+6 -4)...and 42 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.