[PR #33] [MERGED] feat: support upload image #118

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/33
Author: @zxhlyh
Created: 11/21/2023
Status: Merged
Merged: 11/22/2023
Merged by: @zxhlyh

Base: mainHead: feat/support-upload-image


📝 Commits (1)

  • 5dc3658 feat: support upload image

📊 Changes

37 files changed (+1674 additions, -33 deletions)

View changed files

📝 app/api/chat-messages/route.ts (+2 -1)
app/api/file-upload/route.ts (+15 -0)
app/components/base/icons/IconBase.tsx (+31 -0)
app/components/base/icons/line/image-plus/data.json (+39 -0)
app/components/base/icons/line/image-plus/index.tsx (+13 -0)
app/components/base/icons/line/link-03/data.json (+57 -0)
app/components/base/icons/line/link-03/index.tsx (+13 -0)
app/components/base/icons/line/loading-02/data.json (+64 -0)
app/components/base/icons/line/loading-02/index.tsx (+13 -0)
app/components/base/icons/line/refresh-ccw-01/data.json (+29 -0)
app/components/base/icons/line/refresh-ccw-01/index.tsx (+13 -0)
app/components/base/icons/line/upload-03/data.json (+66 -0)
app/components/base/icons/line/upload-03/index.tsx (+13 -0)
app/components/base/icons/line/x-close/data.json (+39 -0)
app/components/base/icons/line/x-close/index.tsx (+13 -0)
app/components/base/icons/solid/alert-triangle/data.json (+38 -0)
app/components/base/icons/solid/alert-triangle/index.tsx (+13 -0)
app/components/base/icons/utils.tsx (+66 -0)
app/components/base/image-gallery/index.tsx (+83 -0)
app/components/base/image-gallery/style.module.css (+22 -0)

...and 17 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/33 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/support-upload-image` --- ### 📝 Commits (1) - [`5dc3658`](https://github.com/langgenius/webapp-conversation/commit/5dc3658e19d911215fd587457cecd8b4a0f3af22) feat: support upload image ### 📊 Changes **37 files changed** (+1674 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `app/api/chat-messages/route.ts` (+2 -1) ➕ `app/api/file-upload/route.ts` (+15 -0) ➕ `app/components/base/icons/IconBase.tsx` (+31 -0) ➕ `app/components/base/icons/line/image-plus/data.json` (+39 -0) ➕ `app/components/base/icons/line/image-plus/index.tsx` (+13 -0) ➕ `app/components/base/icons/line/link-03/data.json` (+57 -0) ➕ `app/components/base/icons/line/link-03/index.tsx` (+13 -0) ➕ `app/components/base/icons/line/loading-02/data.json` (+64 -0) ➕ `app/components/base/icons/line/loading-02/index.tsx` (+13 -0) ➕ `app/components/base/icons/line/refresh-ccw-01/data.json` (+29 -0) ➕ `app/components/base/icons/line/refresh-ccw-01/index.tsx` (+13 -0) ➕ `app/components/base/icons/line/upload-03/data.json` (+66 -0) ➕ `app/components/base/icons/line/upload-03/index.tsx` (+13 -0) ➕ `app/components/base/icons/line/x-close/data.json` (+39 -0) ➕ `app/components/base/icons/line/x-close/index.tsx` (+13 -0) ➕ `app/components/base/icons/solid/alert-triangle/data.json` (+38 -0) ➕ `app/components/base/icons/solid/alert-triangle/index.tsx` (+13 -0) ➕ `app/components/base/icons/utils.tsx` (+66 -0) ➕ `app/components/base/image-gallery/index.tsx` (+83 -0) ➕ `app/components/base/image-gallery/style.module.css` (+22 -0) _...and 17 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:12 -05:00
yindo closed this issue 2026-02-16 10:16:12 -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#118