[PR #11] [MERGED] feat: move fileuploader from CL and able to upload multiple files #44

Closed
opened 2026-02-16 02:17:54 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feat/form-filling-patch


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/chat-ui/pull/11 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/form-filling-patch` --- ### 📝 Commits (8) - [`8f07021`](https://github.com/run-llama/chat-ui/commit/8f07021a4e36b431d4e89fd6a330fe2de6f0b18f) fix: hover content don't have backgroud - [`d1e64e9`](https://github.com/run-llama/chat-ui/commit/d1e64e9d3a950fbd65b0f7d16e1d6bc917339375) add progress component - [`2a0e394`](https://github.com/run-llama/chat-ui/commit/2a0e394c7cbbf6337c5819dc3e01acbe897f0733) update display chat agent events - [`ef86436`](https://github.com/run-llama/chat-ui/commit/ef864360f0b669fe9a41224980482158a991521d) export file uploader - [`4f63ef2`](https://github.com/run-llama/chat-ui/commit/4f63ef2ae0fefb704f4468a8e6ecb82e4672aa59) allow multiple file uploader - [`6437dc9`](https://github.com/run-llama/chat-ui/commit/6437dc9a82214aafbd816cc74d4efe7b44662ab0) fix: lint - [`2abbdb4`](https://github.com/run-llama/chat-ui/commit/2abbdb43631103905d6566469725e560b1639a50) Able to config disabled - [`1a9a8f3`](https://github.com/run-llama/chat-ui/commit/1a9a8f3420059f1417da02eac29bda284aee78a5) docs: changeset ### 📊 Changes **13 files changed** (+345 additions, -85 deletions) <details> <summary>View changed files</summary> ➕ `.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) </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 02:17:54 -05:00
yindo closed this issue 2026-02-16 02:17:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#44