[PR #120] [MERGED] fix: document editor with citations #138

Closed
opened 2026-02-16 03:15:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/120
Author: @thucpn
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @thucpn

Base: mainHead: tp/fix-document-editor-ui


📝 Commits (6)

📊 Changes

8 files changed (+230 additions, -15 deletions)

View changed files

.changeset/beige-wolves-watch.md (+5 -0)
📝 apps/web/app/demo/canvas/page.tsx (+178 -0)
📝 packages/chat-ui/src/chat/canvas/artifacts/document.tsx (+26 -4)
📝 packages/chat-ui/src/chat/chat-annotations.tsx (+0 -9)
📝 packages/chat-ui/src/chat/chat-message.tsx (+1 -1)
packages/chat-ui/src/chat/chat-renderers.tsx (+9 -0)
📝 packages/chat-ui/src/index.tsx (+1 -1)
📝 packages/chat-ui/src/widgets/document-editor.tsx (+10 -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/120 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@thucpn](https://github.com/thucpn) **Base:** `main` ← **Head:** `tp/fix-document-editor-ui` --- ### 📝 Commits (6) - [`f446e1a`](https://github.com/run-llama/chat-ui/commit/f446e1ad4ece7caa66a9b89470432eb2e77c51d1) fix: document editor with citations - [`fa53604`](https://github.com/run-llama/chat-ui/commit/fa536049e2edf173a0cd2217edf3e02870d7ff1a) fix: format - [`15576c3`](https://github.com/run-llama/chat-ui/commit/15576c3b6c4f456f1dbe66b1851ab6f18fe7e9be) process document editor content with citation numbers - [`0712d3e`](https://github.com/run-llama/chat-ui/commit/0712d3eef04251e6138b1ec1809d5fc50a75ca02) Create beige-wolves-watch.md - [`6d4978d`](https://github.com/run-llama/chat-ui/commit/6d4978daffde47873ba1f33978bb8693328f0d0f) fix format - [`e6efbd5`](https://github.com/run-llama/chat-ui/commit/e6efbd5a76ee2b0ec83e4e2fd89f2f392c69dbe4) show node number ### 📊 Changes **8 files changed** (+230 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/beige-wolves-watch.md` (+5 -0) 📝 `apps/web/app/demo/canvas/page.tsx` (+178 -0) 📝 `packages/chat-ui/src/chat/canvas/artifacts/document.tsx` (+26 -4) 📝 `packages/chat-ui/src/chat/chat-annotations.tsx` (+0 -9) 📝 `packages/chat-ui/src/chat/chat-message.tsx` (+1 -1) ➕ `packages/chat-ui/src/chat/chat-renderers.tsx` (+9 -0) 📝 `packages/chat-ui/src/index.tsx` (+1 -1) 📝 `packages/chat-ui/src/widgets/document-editor.tsx` (+10 -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 03:15:20 -05:00
yindo closed this issue 2026-02-16 03:15:21 -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#138