[PR #20] [MERGED] Feat: support workflow #30

Closed
opened 2026-02-16 06:16:27 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feat/support-workflow


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-text-generator/pull/20 **Author:** [@JzoNgKVO](https://github.com/JzoNgKVO) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@JzoNgKVO](https://github.com/JzoNgKVO) **Base:** `main` ← **Head:** `feat/support-workflow` --- ### 📝 Commits (4) - [`9bd2cdb`](https://github.com/langgenius/webapp-text-generator/commit/9bd2cdbb911fd6dcbaaf23b15d5282a5c5ede369) chore: fix version of Next.js - [`5da0f77`](https://github.com/langgenius/webapp-text-generator/commit/5da0f771ec6f5705e2cfbabac1b200824acbb75f) workflow run api supported - [`8b94849`](https://github.com/langgenius/webapp-text-generator/commit/8b94849e6bcd3f9401c3d494eb546afb0ed9d443) support workflow process - [`db445fe`](https://github.com/langgenius/webapp-text-generator/commit/db445fe3d3622b0c7537cf6e0003fe43d4b4d170) add scripts of editor ### 📊 Changes **187 files changed** (+42282 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:16:27 -05:00
yindo closed this issue 2026-02-16 06:16:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-text-generator#30