mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-20 07:24:33 -04:00
[PR #79] [MERGED] feat: code editor & document editor #101
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/79
Author: @thucpn
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/5/2025
Merged by: @thucpn
Base:
main← Head:tp/code-editor📝 Commits (10+)
aad60cbfeat: code editorf559b10fix lockf572d9afix formatb9fecf2enhance style1288ac8use github light303973eincrease font-sizefe7caedinstall document editor packagesfbb3087enhance styling of code editorf591be3add document editor52b9823add menu add setup📊 Changes
13 files changed (+1989 additions, -1368 deletions)
View changed files
➕
.changeset/thin-shrimps-agree.md(+6 -0)📝
apps/web/components/code.tsx(+0 -1)📝
packages/chat-ui/package.json(+14 -0)📝
packages/chat-ui/src/chat/canvas/artifacts/code.tsx(+40 -12)📝
packages/chat-ui/src/chat/canvas/artifacts/document.tsx(+44 -5)📝
packages/chat-ui/src/chat/canvas/context.tsx(+51 -0)📝
packages/chat-ui/src/styles/markdown.css(+4 -0)➕
packages/chat-ui/src/widgets/code-editor.tsx(+27 -0)📝
packages/chat-ui/src/widgets/codeblock.tsx(+9 -5)➕
packages/chat-ui/src/widgets/document-editor.tsx(+194 -0)📝
packages/chat-ui/src/widgets/index.tsx(+2 -0)📝
packages/config-eslint/react.js(+1 -0)📝
pnpm-lock.yaml(+1597 -1345)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.