[PR #52] [MERGED] chore: deploy web app #81

Closed
opened 2026-02-16 02:18:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/52
Author: @thucpn
Created: 2/26/2025
Status: Merged
Merged: 2/26/2025
Merged by: @marcusschiesser

Base: mainHead: tp/deploy-web-app


📝 Commits (7)

📊 Changes

14 files changed (+336 additions, -119 deletions)

View changed files

📝 README.md (+1 -1)
📝 apps/web/.eslintrc.js (+1 -0)
📝 apps/web/app/api/chat/route.ts (+12 -0)
📝 apps/web/app/custom-demo.tsx (+103 -87)
📝 apps/web/app/page.tsx (+61 -11)
📝 apps/web/app/simple-demo.tsx (+14 -5)
apps/web/app/use-copy-to-clipboard.tsx (+33 -0)
apps/web/app/utils.ts (+69 -0)
📝 apps/web/components/code.tsx (+23 -5)
📝 apps/web/package.json (+2 -1)
📝 apps/web/public/r/chat.json (+4 -4)
📝 apps/web/registry.json (+5 -5)
📝 apps/web/registry/chat/chat.tsx (+0 -0)
📝 pnpm-lock.yaml (+8 -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/52 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/deploy-web-app` --- ### 📝 Commits (7) - [`32a117b`](https://github.com/run-llama/chat-ui/commit/32a117b9cf1ab2d91de610531645b3c9068e3258) refactor: chat-section -> chat - [`2d6dc97`](https://github.com/run-llama/chat-ui/commit/2d6dc976ca5ae175da71217f41d813cd9f8e484c) fake stream text when openapi key not set - [`8d93241`](https://github.com/run-llama/chat-ui/commit/8d932413e4259402d9ecb571c7516ded0e5f3349) clean before build registry - [`aec4775`](https://github.com/run-llama/chat-ui/commit/aec47753c84b85f865f363ea6672ffebfac44aa0) update registry link in readme - [`8b07e12`](https://github.com/run-llama/chat-ui/commit/8b07e12009516472723ecc33ef58309c76312e17) enhance styling - [`3512a02`](https://github.com/run-llama/chat-ui/commit/3512a0200ac476f03d4e38dbe9f8b7848ab7594c) enhance brand styling - [`ee84b5d`](https://github.com/run-llama/chat-ui/commit/ee84b5d2a1a8b83f505bf29408aa4aed82124dd5) fix: lint ### 📊 Changes **14 files changed** (+336 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `apps/web/.eslintrc.js` (+1 -0) 📝 `apps/web/app/api/chat/route.ts` (+12 -0) 📝 `apps/web/app/custom-demo.tsx` (+103 -87) 📝 `apps/web/app/page.tsx` (+61 -11) 📝 `apps/web/app/simple-demo.tsx` (+14 -5) ➕ `apps/web/app/use-copy-to-clipboard.tsx` (+33 -0) ➕ `apps/web/app/utils.ts` (+69 -0) 📝 `apps/web/components/code.tsx` (+23 -5) 📝 `apps/web/package.json` (+2 -1) 📝 `apps/web/public/r/chat.json` (+4 -4) 📝 `apps/web/registry.json` (+5 -5) 📝 `apps/web/registry/chat/chat.tsx` (+0 -0) 📝 `pnpm-lock.yaml` (+8 -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 02:18:08 -05:00
yindo closed this issue 2026-02-16 02:18:08 -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#81