[PR #23] [MERGED] refactor: able to use ChatMessage independently #53

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/23
Author: @marcusschiesser
Created: 11/11/2024
Status: Merged
Merged: 11/11/2024
Merged by: @marcusschiesser

Base: mainHead: ms/use-messages-alone


📝 Commits (5)

📊 Changes

7 files changed (+58 additions, -38 deletions)

View changed files

.changeset/healthy-rice-eat.md (+6 -0)
📝 apps/web/app/custom-demo.tsx (+6 -2)
📝 packages/chat-ui/src/chat/chat-annotations.tsx (+10 -17)
📝 packages/chat-ui/src/chat/chat-message.tsx (+28 -7)
📝 packages/chat-ui/src/chat/chat-messages.tsx (+3 -1)
📝 packages/chat-ui/src/widgets/chat-events.tsx (+2 -5)
📝 packages/chat-ui/src/widgets/suggested-questions.tsx (+3 -6)

📄 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/23 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/11/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/use-messages-alone` --- ### 📝 Commits (5) - [`3483555`](https://github.com/run-llama/chat-ui/commit/34835558476d48f768be0e271f411bbc492cf182) remove calls - [`80670d7`](https://github.com/run-llama/chat-ui/commit/80670d7c20f1aa838b2ae007d44bfefcd5a9342c) refactor: able to use chat message independence - [`984445b`](https://github.com/run-llama/chat-ui/commit/984445b7ca415fcfd52b1fcc434cc583b8947cd2) Create healthy-rice-eat.md - [`5b2854f`](https://github.com/run-llama/chat-ui/commit/5b2854f453488bd09626f9f4b1361d7ac7d9e5c7) fix: format - [`2de2f17`](https://github.com/run-llama/chat-ui/commit/2de2f175c05eccd7b3df5c91a05f5217ddf85ffd) chore: clean widgets ### 📊 Changes **7 files changed** (+58 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/healthy-rice-eat.md` (+6 -0) 📝 `apps/web/app/custom-demo.tsx` (+6 -2) 📝 `packages/chat-ui/src/chat/chat-annotations.tsx` (+10 -17) 📝 `packages/chat-ui/src/chat/chat-message.tsx` (+28 -7) 📝 `packages/chat-ui/src/chat/chat-messages.tsx` (+3 -1) 📝 `packages/chat-ui/src/widgets/chat-events.tsx` (+2 -5) 📝 `packages/chat-ui/src/widgets/suggested-questions.tsx` (+3 -6) </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:57 -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#53