mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 00:45:21 -04:00
[PR #33] [MERGED] feat: support upload image #118
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/33
Author: @zxhlyh
Created: 11/21/2023
Status: ✅ Merged
Merged: 11/22/2023
Merged by: @zxhlyh
Base:
main← Head:feat/support-upload-image📝 Commits (1)
5dc3658feat: 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.