mirror of
https://github.com/Mintplex-Labs/anythingllm-embed.git
synced 2026-07-15 19:09:56 -04:00
[PR #13] [CLOSED] Update labels Typo #12
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/Mintplex-Labs/anythingllm-embed/pull/13
Author: @denishotii
Created: 9/16/2025
Status: ❌ Closed
Base:
main← Head:update-labels-2📝 Commits (10+)
670d18aCustomized KUala-Bot intro animation and Language Detectione96b7d7Implement First Version of Open Chat KUala Buttone4922a6Add Introduction Animation and Blue Light efffect on Hoverd532465Merge pull request #1 from denishotii/open_chat_button_kuala_design6548020Implement first version of Chat Container85b1f66Redesign the ChatHistory and Prompt Reply Section62003efMerge pull request #2 from denishotii/redesign-chat-container92a01c6Fix a Hover Error in Header Menu7fb15f5Fix Send Button Outline Border515b899Merge pull request #3 from denishotii/redesign-chat-container📊 Changes
38 files changed (+1707 additions, -206 deletions)
View changed files
➕
.dockerignore(+11 -0)➕
Dockerfile(+31 -0)➕
nginx.conf(+21 -0)📝
src/App.jsx(+11 -25)➕
src/assets/CoolKuala.svg(+1 -0)➕
src/assets/KUalaWithBook.svg(+1 -0)➕
src/assets/superKuala.png(+0 -0)➕
src/assets/superKuala.svg(+159 -0)➕
src/assets/superKualaColor.svg(+1 -0)📝
src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx(+15 -12)📝
src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx(+14 -17)➕
src/components/ChatWindow/ChatContainer/ChatHistory/WelcomePanel/index.jsx(+41 -0)📝
src/components/ChatWindow/ChatContainer/ChatHistory/index.jsx(+4 -5)📝
src/components/ChatWindow/ChatContainer/PromptInput/index.jsx(+58 -69)📝
src/components/ChatWindow/ChatContainer/index.jsx(+148 -2)📝
src/components/ChatWindow/Header/index.jsx(+97 -37)📝
src/components/ChatWindow/index.jsx(+17 -2)➕
src/components/OpenButton/ContrastCheck.jsx(+117 -0)➕
src/components/OpenButton/IntroAnimation.jsx(+126 -0)➕
src/components/OpenButton/OpenButton.jsx(+68 -0)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.