mirror of
https://github.com/Mintplex-Labs/anythingllm-embed.git
synced 2026-07-15 19:09:56 -04:00
[PR #10] [CLOSED] Make the bot responsive #10
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/10
Author: @denishotii
Created: 5/28/2025
Status: ❌ Closed
Base:
main← Head:make-the-bot-responsive📝 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
25 files changed (+1149 additions, -188 deletions)
View changed files
📝
src/App.jsx(+11 -19)➕
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(+3 -1)📝
src/components/ChatWindow/Header/index.jsx(+77 -32)📝
src/components/ChatWindow/index.jsx(+13 -2)➕
src/components/OpenButton/ContrastCheck.jsx(+117 -0)➕
src/components/OpenButton/IntroAnimation.jsx(+126 -0)➕
src/components/OpenButton/OpenButton.jsx(+68 -0)➕
src/components/OpenButton/SpeechBubble.jsx(+31 -0)➕
src/components/OpenButton/SuperKualaMascot.jsx(+15 -0)📝
src/components/OpenButton/index.jsx(+219 -29)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.