mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 19:35:21 -04:00
[PR #72] [MERGED] feat: enhance style for chat-ui #98
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/72
Author: @thucpn
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @thucpn
Base:
main← Head:tp/enhance-style-of-chat-ui📝 Commits (10+)
e5a6fe5feat: enhance style for chat-ui14d45fddont show upload by default137681amove stop button to chat input56c58dcupdate avatar2ae3ebcenhance UI087f410move regenerate to the right sidebf0ea71fix: lintf40029cmove chat message to the rightb50a1e1reduce paddingd73cbfeupdate demo📊 Changes
15 files changed (+500 additions, -418 deletions)
View changed files
➕
.changeset/clean-lemons-cheat.md(+5 -0)➖
apps/web/app/custom-demo.tsx(+0 -261)➕
apps/web/app/demo/custom/page.tsx(+236 -0)➕
apps/web/app/demo/simple/page.tsx(+36 -0)📝
apps/web/app/page.tsx(+25 -15)➖
apps/web/app/simple-demo.tsx(+0 -75)📝
packages/chat-ui/src/chat/chat-input.tsx(+49 -22)📝
packages/chat-ui/src/chat/chat-message.tsx(+54 -26)📝
packages/chat-ui/src/chat/chat-messages.tsx(+59 -7)📝
packages/chat-ui/src/chat/chat-section.tsx(+3 -1)📝
packages/chat-ui/src/styles/pdf.css(+12 -1)📝
packages/chat-ui/src/widgets/file-uploader.tsx(+3 -1)📝
packages/chat-ui/src/widgets/markdown.tsx(+8 -3)📝
packages/chat-ui/src/widgets/pdf-dialog.tsx(+6 -4)📝
packages/chat-ui/src/widgets/starter-questions.tsx(+4 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.