[PR #118] [MERGED] feat: use mdxeditor for document editor #137

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/118
Author: @thucpn
Created: 6/4/2025
Status: Merged
Merged: 6/4/2025
Merged by: @thucpn

Base: mainHead: tp/use-mdxeditor-for-document-editor


📝 Commits (7)

  • a6ff106 feat: use mdxeditor for document editor
  • 0f6271f document edior example
  • af68694 fix: format
  • f663032 update document about importing editor.css for document editor
  • 0eab5e8 Create lemon-papayas-attend.md
  • a0b0bd5 add note about dynamic import
  • d9c1685 missing css in doc

📊 Changes

17 files changed (+4096 additions, -422 deletions)

View changed files

.changeset/lemon-papayas-attend.md (+5 -0)
📝 README.md (+1 -0)
apps/web/app/examples/document-editor/data.ts (+48 -0)
apps/web/app/examples/document-editor/page.tsx (+19 -0)
📝 apps/web/app/layout.tsx (+1 -0)
📝 apps/web/public/r/chat.json (+1 -1)
📝 apps/web/registry/chat/chat.tsx (+1 -0)
📝 docs/chat-ui/getting-started.mdx (+1 -0)
📝 docs/chat-ui/widgets.mdx (+24 -4)
📝 examples/fastapi/frontend/app/layout.tsx (+1 -0)
📝 examples/nextjs/app/layout.tsx (+1 -0)
📝 packages/chat-ui/CLAUDE.md (+1 -1)
📝 packages/chat-ui/package.json (+1 -8)
packages/chat-ui/src/styles/editor.css (+2383 -0)
📝 packages/chat-ui/src/styles/markdown.css (+0 -7)
📝 packages/chat-ui/src/widgets/document-editor.tsx (+41 -177)
📝 pnpm-lock.yaml (+1567 -224)

📄 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/118 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@thucpn](https://github.com/thucpn) **Base:** `main` ← **Head:** `tp/use-mdxeditor-for-document-editor` --- ### 📝 Commits (7) - [`a6ff106`](https://github.com/run-llama/chat-ui/commit/a6ff106bf0b81e369a2a8b21db61ec1b979e8d49) feat: use mdxeditor for document editor - [`0f6271f`](https://github.com/run-llama/chat-ui/commit/0f6271f18f01df9f444020ff10ed80b9f6bfa9a1) document edior example - [`af68694`](https://github.com/run-llama/chat-ui/commit/af686943b7dbb2757838be24ee68deacb3d202a0) fix: format - [`f663032`](https://github.com/run-llama/chat-ui/commit/f6630322348c47310f766841ec0ecc2548c240e8) update document about importing editor.css for document editor - [`0eab5e8`](https://github.com/run-llama/chat-ui/commit/0eab5e846ff315bf1a79ed3a592b9226dc8172a7) Create lemon-papayas-attend.md - [`a0b0bd5`](https://github.com/run-llama/chat-ui/commit/a0b0bd5c18ef5511b337b2e5ddbdeb660071a915) add note about dynamic import - [`d9c1685`](https://github.com/run-llama/chat-ui/commit/d9c1685668c7743de96d172032a021c885182af6) missing css in doc ### 📊 Changes **17 files changed** (+4096 additions, -422 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/lemon-papayas-attend.md` (+5 -0) 📝 `README.md` (+1 -0) ➕ `apps/web/app/examples/document-editor/data.ts` (+48 -0) ➕ `apps/web/app/examples/document-editor/page.tsx` (+19 -0) 📝 `apps/web/app/layout.tsx` (+1 -0) 📝 `apps/web/public/r/chat.json` (+1 -1) 📝 `apps/web/registry/chat/chat.tsx` (+1 -0) 📝 `docs/chat-ui/getting-started.mdx` (+1 -0) 📝 `docs/chat-ui/widgets.mdx` (+24 -4) 📝 `examples/fastapi/frontend/app/layout.tsx` (+1 -0) 📝 `examples/nextjs/app/layout.tsx` (+1 -0) 📝 `packages/chat-ui/CLAUDE.md` (+1 -1) 📝 `packages/chat-ui/package.json` (+1 -8) ➕ `packages/chat-ui/src/styles/editor.css` (+2383 -0) 📝 `packages/chat-ui/src/styles/markdown.css` (+0 -7) 📝 `packages/chat-ui/src/widgets/document-editor.tsx` (+41 -177) 📝 `pnpm-lock.yaml` (+1567 -224) </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:20 -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#137