mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 08:55:21 -04:00
[PR #64] [MERGED] Feat: support workflow #133
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-conversation/pull/64
Author: @JzoNgKVO
Created: 4/23/2024
Status: ✅ Merged
Merged: 4/23/2024
Merged by: @iamjoel
Base:
main← Head:feat/support-workflow📝 Commits (3)
c737531support workflow events30509d9add workflow process6933b59fix style of answer📊 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.