mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-08-26 12:24:53 -04:00
[PR #118] [MERGED] feat: use mdxeditor for document editor #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:tp/use-mdxeditor-for-document-editor📝 Commits (7)
a6ff106feat: use mdxeditor for document editor0f6271fdocument edior exampleaf68694fix: formatf663032update document about importing editor.css for document editor0eab5e8Create lemon-papayas-attend.mda0b0bd5add note about dynamic importd9c1685missing 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.