[PR #102] [MERGED] docs: update document for chat-ui #122

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

📋 Pull Request Information

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

Base: mainHead: tp/update-document-for-chat-ui


📝 Commits (10+)

📊 Changes

17 files changed (+393 additions, -110 deletions)

View changed files

.changeset/sixty-candles-double.md (+6 -0)
📝 apps/web/app/demo/custom/page.tsx (+65 -45)
📝 apps/web/package.json (+3 -1)
📝 apps/web/public/r/chat.json (+5 -2)
📝 apps/web/registry/chat/chat.tsx (+1 -0)
apps/web/scripts/add-css-source.js (+22 -0)
📝 docs/chat-ui/annotations.mdx (+4 -4)
📝 docs/chat-ui/artifacts.mdx (+4 -4)
📝 docs/chat-ui/core-components.mdx (+4 -4)
📝 docs/chat-ui/customization.mdx (+4 -4)
📝 docs/chat-ui/examples.mdx (+2 -2)
📝 docs/chat-ui/getting-started.mdx (+75 -26)
📝 docs/chat-ui/hooks.mdx (+4 -4)
📝 docs/chat-ui/index.mdx (+10 -10)
docs/chat-ui/sample-globals.css (+146 -0)
📝 docs/chat-ui/widgets.mdx (+4 -4)
📝 pnpm-lock.yaml (+34 -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/102 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 5/30/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/update-document-for-chat-ui` --- ### 📝 Commits (10+) - [`b0c8e4a`](https://github.com/run-llama/chat-ui/commit/b0c8e4a3762ea5bf490b699837ce3517a37a38c4) docs: update document for chat-ui - [`1e2d37a`](https://github.com/run-llama/chat-ui/commit/1e2d37a815973f1d49eac070c8c0e67f5e9df97a) fix: reference path - [`cfea5a2`](https://github.com/run-llama/chat-ui/commit/cfea5a29542c6542b187dfbd02ba771fc4c6f3c0) fix docs: missing .mdx at the end of reference - [`434c03d`](https://github.com/run-llama/chat-ui/commit/434c03d931deabbd2678b59a1d0a60a1b2d017e8) add animation example - [`f545512`](https://github.com/run-llama/chat-ui/commit/f5455121de9f15e490c97d0de882c7a551fabd75) Create sixty-candles-double.md - [`aa06a75`](https://github.com/run-llama/chat-ui/commit/aa06a755749166ff0a946b111f8adc2810cbb9d2) format - [`ac5c209`](https://github.com/run-llama/chat-ui/commit/ac5c20965b21176708942695e6b2a0e6ed8f098c) styling settup for registry - [`8f20ed4`](https://github.com/run-llama/chat-ui/commit/8f20ed4cee6dab09a877b80af0d5cce9a0fed775) update getting started doc - [`858ca4e`](https://github.com/run-llama/chat-ui/commit/858ca4e112ae0f571205cc46b510d660235f42df) update index.mdx - [`8892840`](https://github.com/run-llama/chat-ui/commit/88928406deaecc742fee0890506c190f32a64dee) updated structure ### 📊 Changes **17 files changed** (+393 additions, -110 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/sixty-candles-double.md` (+6 -0) 📝 `apps/web/app/demo/custom/page.tsx` (+65 -45) 📝 `apps/web/package.json` (+3 -1) 📝 `apps/web/public/r/chat.json` (+5 -2) 📝 `apps/web/registry/chat/chat.tsx` (+1 -0) ➕ `apps/web/scripts/add-css-source.js` (+22 -0) 📝 `docs/chat-ui/annotations.mdx` (+4 -4) 📝 `docs/chat-ui/artifacts.mdx` (+4 -4) 📝 `docs/chat-ui/core-components.mdx` (+4 -4) 📝 `docs/chat-ui/customization.mdx` (+4 -4) 📝 `docs/chat-ui/examples.mdx` (+2 -2) 📝 `docs/chat-ui/getting-started.mdx` (+75 -26) 📝 `docs/chat-ui/hooks.mdx` (+4 -4) 📝 `docs/chat-ui/index.mdx` (+10 -10) ➕ `docs/chat-ui/sample-globals.css` (+146 -0) 📝 `docs/chat-ui/widgets.mdx` (+4 -4) 📝 `pnpm-lock.yaml` (+34 -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:16 -05:00
yindo closed this issue 2026-02-16 03:15:16 -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#122