[PR #64] [MERGED] Feat: support workflow #133

Closed
opened 2026-02-16 10:16:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/64
Author: @JzoNgKVO
Created: 4/23/2024
Status: Merged
Merged: 4/23/2024
Merged by: @iamjoel

Base: mainHead: feat/support-workflow


📝 Commits (3)

📊 Changes

172 files changed (+42037 additions, -53 deletions)

View changed files

app/components/base/icons/line/alert-circle/AlertCircle.json (+39 -0)
app/components/base/icons/line/alert-circle/index.tsx (+16 -0)
app/components/base/icons/line/alert-triangle/AlertTriangle.json (+39 -0)
app/components/base/icons/line/alert-triangle/index.tsx (+16 -0)
app/components/base/icons/line/arrows/collapse-04/Collapse04.json (+29 -0)
app/components/base/icons/line/arrows/collapse-04/index.tsx (+16 -0)
app/components/base/icons/line/check-circle/CheckCircle.json (+66 -0)
app/components/base/icons/line/check-circle/index.tsx (+16 -0)
app/components/base/icons/line/chevron-right/ChevronRight.json (+39 -0)
app/components/base/icons/line/chevron-right/index.tsx (+16 -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/solid/alert-circle/AlertCircle.json (+38 -0)
app/components/base/icons/solid/alert-circle/index.tsx (+16 -0)
app/components/base/icons/solid/expand-04/Expand04.json (+39 -0)
app/components/base/icons/solid/expand-04/index.tsx (+16 -0)
app/components/base/icons/workflow/Answer.json (+38 -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-conversation/pull/64 **Author:** [@JzoNgKVO](https://github.com/JzoNgKVO) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/support-workflow` --- ### 📝 Commits (3) - [`c737531`](https://github.com/langgenius/webapp-conversation/commit/c73753138dc065579e0a589c71d4fc3f6fb43fb1) support workflow events - [`30509d9`](https://github.com/langgenius/webapp-conversation/commit/30509d92a39014a2435072c43a9137bedf9ee88a) add workflow process - [`6933b59`](https://github.com/langgenius/webapp-conversation/commit/6933b5923b5bb27e54682f94447a8e86501a5a50) fix style of answer ### 📊 Changes **172 files changed** (+42037 additions, -53 deletions) <details> <summary>View changed files</summary> ➕ `app/components/base/icons/line/alert-circle/AlertCircle.json` (+39 -0) ➕ `app/components/base/icons/line/alert-circle/index.tsx` (+16 -0) ➕ `app/components/base/icons/line/alert-triangle/AlertTriangle.json` (+39 -0) ➕ `app/components/base/icons/line/alert-triangle/index.tsx` (+16 -0) ➕ `app/components/base/icons/line/arrows/collapse-04/Collapse04.json` (+29 -0) ➕ `app/components/base/icons/line/arrows/collapse-04/index.tsx` (+16 -0) ➕ `app/components/base/icons/line/check-circle/CheckCircle.json` (+66 -0) ➕ `app/components/base/icons/line/check-circle/index.tsx` (+16 -0) ➕ `app/components/base/icons/line/chevron-right/ChevronRight.json` (+39 -0) ➕ `app/components/base/icons/line/chevron-right/index.tsx` (+16 -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/solid/alert-circle/AlertCircle.json` (+38 -0) ➕ `app/components/base/icons/solid/alert-circle/index.tsx` (+16 -0) ➕ `app/components/base/icons/solid/expand-04/Expand04.json` (+39 -0) ➕ `app/components/base/icons/solid/expand-04/index.tsx` (+16 -0) ➕ `app/components/base/icons/workflow/Answer.json` (+38 -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 10:16:15 -05:00
yindo closed this issue 2026-02-16 10:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#133