[PR #33] [MERGED] Feat/enhance markdown style #64

Closed
opened 2026-02-16 02:18:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat/enhance-markdown-style


📝 Commits (5)

📊 Changes

10 files changed (+149 additions, -94 deletions)

View changed files

.changeset/small-pandas-shout.md (+5 -0)
📝 README.md (+2 -3)
📝 apps/web/app/api/chat/route.ts (+1 -1)
📝 apps/web/app/layout.tsx (+1 -2)
📝 packages/chat-ui/src/chat/annotation.ts (+6 -4)
📝 packages/chat-ui/src/chat/chat-message.tsx (+4 -2)
packages/chat-ui/src/styles/code.css (+0 -1)
packages/chat-ui/src/styles/katex.css (+0 -1)
packages/chat-ui/src/styles/markdown.css (+130 -0)
📝 packages/chat-ui/src/widgets/markdown.tsx (+0 -80)

📄 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/33 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/enhance-markdown-style` --- ### 📝 Commits (5) - [`840bc63`](https://github.com/run-llama/chat-ui/commit/840bc63aaa227c78cab14c8d289049f4e6818507) feat: enhance markdown style - [`1b1893c`](https://github.com/run-llama/chat-ui/commit/1b1893c0a446a8ba40e3965ae6abce4ffc4d6bb5) fix: format - [`f6af251`](https://github.com/run-llama/chat-ui/commit/f6af2517f63573daa2fd2662dec4f172e32886ae) Create small-pandas-shout.md - [`06e2d04`](https://github.com/run-llama/chat-ui/commit/06e2d0472a2acab556422a0212b3d412a8cd1627) fix: should not mutate data - [`0c5deab`](https://github.com/run-llama/chat-ui/commit/0c5deab8a2d8793442b65b5786fd5fe16e8d22e1) fix: format ### 📊 Changes **10 files changed** (+149 additions, -94 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/small-pandas-shout.md` (+5 -0) 📝 `README.md` (+2 -3) 📝 `apps/web/app/api/chat/route.ts` (+1 -1) 📝 `apps/web/app/layout.tsx` (+1 -2) 📝 `packages/chat-ui/src/chat/annotation.ts` (+6 -4) 📝 `packages/chat-ui/src/chat/chat-message.tsx` (+4 -2) ➖ `packages/chat-ui/src/styles/code.css` (+0 -1) ➖ `packages/chat-ui/src/styles/katex.css` (+0 -1) ➕ `packages/chat-ui/src/styles/markdown.css` (+130 -0) 📝 `packages/chat-ui/src/widgets/markdown.tsx` (+0 -80) </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:18:01 -05:00
yindo closed this issue 2026-02-16 02:18:01 -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#64