mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 00:45:21 -04:00
[PR #157] [MERGED] feat: support file and filelist input form #179
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/157
Author: @iamjoel
Created: 4/15/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @iamjoel
Base:
main← Head:fix/file-input-caused-page-crash📝 Commits (6)
9a7e1befix: file type not supporte9923e8fix: string type7216f40feat: add single file upload4ae03c2chore: file upload i18nbeda954chore: can use setting configd3482dbchore: can set the write input📊 Changes
30 files changed (+1780 additions, -18 deletions)
View changed files
📝
.vscode/settings.json(+2 -2)➕
app/components/base/action-button/index.css(+45 -0)➕
app/components/base/action-button/index.tsx(+73 -0)➕
app/components/base/file-uploader-in-attachment/constants.ts(+16 -0)➕
app/components/base/file-uploader-in-attachment/file-from-link-or-local/index.tsx(+130 -0)➕
app/components/base/file-uploader-in-attachment/file-image-render.tsx(+32 -0)➕
app/components/base/file-uploader-in-attachment/file-input.tsx(+49 -0)➕
app/components/base/file-uploader-in-attachment/file-item.tsx(+154 -0)➕
app/components/base/file-uploader-in-attachment/file-type-icon.tsx(+91 -0)➕
app/components/base/file-uploader-in-attachment/hooks.ts(+368 -0)➕
app/components/base/file-uploader-in-attachment/index.tsx(+132 -0)➕
app/components/base/file-uploader-in-attachment/store.tsx(+67 -0)➕
app/components/base/file-uploader-in-attachment/types.ts(+83 -0)➕
app/components/base/file-uploader-in-attachment/utils.ts(+194 -0)➕
app/components/base/icons/other/ReplayLine.json(+36 -0)➕
app/components/base/icons/other/ReplayLine.tsx(+20 -0)➕
app/components/base/progress-bar/index.tsx(+20 -0)➕
app/components/base/progress-bar/progress-circle.tsx(+64 -0)📝
app/components/index.tsx(+25 -2)📝
app/components/welcome/index.tsx(+37 -0)...and 10 more files
📄 Description
Fix: https://github.com/langgenius/webapp-conversation/issues/51#issuecomment-2786537029
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.