[PR #21] [MERGED] style: add list style for chat message markdown #187

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/21
Author: @thucpn
Created: 3/25/2024
Status: Merged
Merged: 3/25/2024
Merged by: @marcusschiesser

Base: mainHead: style/add-list-style-for-chat-message-markdown


📝 Commits (3)

  • e753ae3 style: add list style for chat message markdown
  • 1993b72 fix: lint
  • 36e932f fix: add space wrap for html

📊 Changes

4 files changed (+26 additions, -2 deletions)

View changed files

📝 templates/components/ui/html/chat/chat-item.tsx (+1 -1)
📝 templates/types/streaming/nextjs/app/components/ui/chat/markdown.tsx (+1 -1)
📝 templates/types/streaming/nextjs/app/layout.tsx (+1 -0)
templates/types/streaming/nextjs/app/markdown.css (+23 -0)

📄 Description

Fix issue #6


🔄 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/create-llama/pull/21 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 3/25/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `style/add-list-style-for-chat-message-markdown` --- ### 📝 Commits (3) - [`e753ae3`](https://github.com/run-llama/create-llama/commit/e753ae3fa274e1e0ad14452ed54fdc2e35288a3e) style: add list style for chat message markdown - [`1993b72`](https://github.com/run-llama/create-llama/commit/1993b72f493500448071d532ceb5e70ac0d8cdc5) fix: lint - [`36e932f`](https://github.com/run-llama/create-llama/commit/36e932f9815892e7a02394cb653bf6b61eb0beab) fix: add space wrap for html ### 📊 Changes **4 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `templates/components/ui/html/chat/chat-item.tsx` (+1 -1) 📝 `templates/types/streaming/nextjs/app/components/ui/chat/markdown.tsx` (+1 -1) 📝 `templates/types/streaming/nextjs/app/layout.tsx` (+1 -0) ➕ `templates/types/streaming/nextjs/app/markdown.css` (+23 -0) </details> ### 📄 Description Fix issue #6 --- <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-15 19:16:38 -05:00
yindo closed this issue 2026-02-15 19:16:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#187