mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #121] [MERGED] refactor: structure fe components #273
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/create-llama/pull/121
Author: @thucpn
Created: 6/10/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @marcusschiesser
Base:
main← Head:refactor/structure-fe-components📝 Commits (8)
c40757cfix: express server restart when cache changed65edc14fix: ignore cacheeda6b3buse --watch873d057structure fe components7b73644fix: lint1ba5a58refactor: detach read raw content function0de6cc8fix: use read as text for other file types except imaged3c9f26rename function📊 Changes
17 files changed (+46 additions, -38 deletions)
View changed files
📝
templates/components/ui/html/chat/hooks/use-config.ts(+0 -0)📝
templates/types/streaming/express/package.json(+1 -1)📝
templates/types/streaming/nextjs/app/components/chat-section.tsx(+1 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx(+14 -10)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-avatar.tsx(+0 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-events.tsx(+3 -3)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-image.tsx(+1 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-sources.tsx(+9 -5)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-tools.tsx(+2 -2)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/codeblock.tsx(+2 -2)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/csv-content.tsx(+2 -2)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/index.tsx(+9 -9)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/markdown.tsx(+0 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-messages.tsx(+1 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/hooks/use-config.ts(+0 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/hooks/use-copy-to-clipboard.tsx(+0 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/hooks/use-csv.ts(+1 -1)📄 Description
Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.