[PR #19] [MERGED] feat: use DocumentInfo for displaying uploaded file #51

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/19
Author: @thucpn
Created: 11/10/2024
Status: Merged
Merged: 11/11/2024
Merged by: @marcusschiesser

Base: mainHead: feat/enhance-ui


📝 Commits (7)

  • 9b7ae3a feat: use DocumentInfo for displaying uploaded file
  • 72ee671 fix: remove border and add default padding for chat message
  • 508ca02 Create proud-ghosts-suffer.md
  • ffa639d fix: format
  • 5555c69 Merge branch 'main' into feat/enhance-ui
  • d0da2aa remove document preview
  • 2b771fc merge document files

📊 Changes

7 files changed (+98 additions, -136 deletions)

View changed files

.changeset/proud-ghosts-suffer.md (+5 -0)
📝 packages/chat-ui/src/chat/chat-message.tsx (+1 -1)
📝 packages/chat-ui/src/chat/chat-messages.tsx (+1 -1)
📝 packages/chat-ui/src/widgets/chat-files.tsx (+6 -2)
📝 packages/chat-ui/src/widgets/document-info.tsx (+84 -6)
packages/chat-ui/src/widgets/document-preview.tsx (+0 -125)
📝 packages/chat-ui/src/widgets/index.tsx (+1 -1)

📄 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/19 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/11/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/enhance-ui` --- ### 📝 Commits (7) - [`9b7ae3a`](https://github.com/run-llama/chat-ui/commit/9b7ae3a36b1a58b61ec48d899013225f5634789c) feat: use DocumentInfo for displaying uploaded file - [`72ee671`](https://github.com/run-llama/chat-ui/commit/72ee671591bc76c4706889345bde13c5e07e1c4c) fix: remove border and add default padding for chat message - [`508ca02`](https://github.com/run-llama/chat-ui/commit/508ca028a6e7e477298e98a405807a7d906d7b09) Create proud-ghosts-suffer.md - [`ffa639d`](https://github.com/run-llama/chat-ui/commit/ffa639d8291eca42accd8ee7dd3024fd03863355) fix: format - [`5555c69`](https://github.com/run-llama/chat-ui/commit/5555c692cdaab05927c49c609c52d547f59fe534) Merge branch 'main' into feat/enhance-ui - [`d0da2aa`](https://github.com/run-llama/chat-ui/commit/d0da2aa0d967a32a32a6a91b5a042744128dd5a5) remove document preview - [`2b771fc`](https://github.com/run-llama/chat-ui/commit/2b771fca7bd076ba884eb61bec1a8ed2716ed1b5) merge document files ### 📊 Changes **7 files changed** (+98 additions, -136 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/proud-ghosts-suffer.md` (+5 -0) 📝 `packages/chat-ui/src/chat/chat-message.tsx` (+1 -1) 📝 `packages/chat-ui/src/chat/chat-messages.tsx` (+1 -1) 📝 `packages/chat-ui/src/widgets/chat-files.tsx` (+6 -2) 📝 `packages/chat-ui/src/widgets/document-info.tsx` (+84 -6) ➖ `packages/chat-ui/src/widgets/document-preview.tsx` (+0 -125) 📝 `packages/chat-ui/src/widgets/index.tsx` (+1 -1) </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:56 -05:00
yindo closed this issue 2026-02-16 02:17:56 -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#51