mirror of
https://github.com/langgenius/webapp-text-generator.git
synced 2026-07-25 13:46:05 -04:00
[PR #20] [MERGED] Feat: support workflow #30
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/langgenius/webapp-text-generator/pull/20
Author: @JzoNgKVO
Created: 4/23/2024
Status: ✅ Merged
Merged: 4/23/2024
Merged by: @JzoNgKVO
Base:
main← Head:feat/support-workflow📝 Commits (4)
9bd2cdbchore: fix version of Next.js5da0f77workflow run api supported8b94849support workflow processdb445feadd scripts of editor📊 Changes
187 files changed (+42282 additions, -66 deletions)
View changed files
📝
.env.example(+3 -0)📝
README.md(+10 -1)➕
app/api/workflows/run/route.ts(+13 -0)➕
app/components/base/icons/line/alertsAndFeedback/AlertCircle.json(+39 -0)➕
app/components/base/icons/line/alertsAndFeedback/AlertCircle.tsx(+16 -0)➕
app/components/base/icons/line/alertsAndFeedback/AlertTriangle.json(+39 -0)➕
app/components/base/icons/line/alertsAndFeedback/AlertTriangle.tsx(+16 -0)➕
app/components/base/icons/line/alertsAndFeedback/index.ts(+2 -0)➕
app/components/base/icons/line/arrows/ChevronRight.json(+39 -0)➕
app/components/base/icons/line/arrows/ChevronRight.tsx(+16 -0)➕
app/components/base/icons/line/arrows/Collapse04.json(+29 -0)➕
app/components/base/icons/line/arrows/Collapse04.tsx(+16 -0)➕
app/components/base/icons/line/arrows/index.ts(+2 -0)➕
app/components/base/icons/line/files/Clipboard.json(+29 -0)➕
app/components/base/icons/line/files/Clipboard.tsx(+16 -0)➕
app/components/base/icons/line/files/ClipboardCheck.json(+29 -0)➕
app/components/base/icons/line/files/ClipboardCheck.tsx(+16 -0)➕
app/components/base/icons/line/files/index.ts(+2 -0)➕
app/components/base/icons/line/general/CheckCircle.json(+66 -0)➕
app/components/base/icons/line/general/CheckCircle.tsx(+16 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.