mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 03:15:21 -04:00
[PR #11] [MERGED] feat: move fileuploader from CL and able to upload multiple files #44
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/run-llama/chat-ui/pull/11
Author: @thucpn
Created: 10/31/2024
Status: ✅ Merged
Merged: 10/31/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/form-filling-patch📝 Commits (8)
8f07021fix: hover content don't have backgroudd1e64e9add progress component2a0e394update display chat agent eventsef86436export file uploader4f63ef2allow multiple file uploader6437dc9fix: lint2abbdb4Able to config disabled1a9a8f3docs: changeset📊 Changes
13 files changed (+345 additions, -85 deletions)
View changed files
➕
.changeset/ninety-buses-sell.md(+5 -0)📝
.github/workflows/changeset.yml(+19 -11)➕
.nvmrc(+1 -0)📝
packages/chat-ui/package.json(+1 -0)📝
packages/chat-ui/src/chat/annotation.ts(+8 -0)📝
packages/chat-ui/src/chat/chat-input.tsx(+23 -45)➕
packages/chat-ui/src/ui/progress.tsx(+27 -0)📝
packages/chat-ui/src/widget/chat-agent-events.tsx(+95 -28)📝
packages/chat-ui/src/widget/document-info.tsx(+1 -1)➕
packages/chat-ui/src/widget/file-uploader.tsx(+136 -0)📝
packages/chat-ui/src/widgets.tsx(+1 -0)📝
packages/config-eslint/react.js(+2 -0)📝
pnpm-lock.yaml(+26 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.