[PR #1067] [MERGED] [FEAT] Add ability to override chat user icon and name in embedded chat widget #3571

Closed
opened 2026-02-22 18:34:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1067
Author: @shatfield4
Created: 4/8/2024
Status: Merged
Merged: 4/9/2024
Merged by: @timothycarambat

Base: masterHead: 1058-feat-for-embed-add-ability-to-override-for-chat-user-icon-and-name


📝 Commits (2)

  • 3c2b4c4 add ability to override chat user icon and name in embedded chat widget
  • c530a52 publish embed changes

📊 Changes

5 files changed (+26 additions, -12 deletions)

View changed files

📝 embed/README.md (+14 -4)
📝 embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+3 -2)
📝 embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx (+5 -4)
📝 embed/src/hooks/useScriptAttributes.js (+2 -0)
📝 frontend/public/embed/anythingllm-chat-widget.min.js (+2 -2)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1058

What is in this change?

Describe the changes in this PR that are impactful to the repo.

  • Add support for "data-assistant-name" and "data-assistant-icon" attributes for embedded chat widget

Additional Information

Add any other context about the Pull Request here that was not captured above.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/1067 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1058-feat-for-embed-add-ability-to-override-for-chat-user-icon-and-name` --- ### 📝 Commits (2) - [`3c2b4c4`](https://github.com/Mintplex-Labs/anything-llm/commit/3c2b4c4c8962f4b6a1c380110e688f7700b80faf) add ability to override chat user icon and name in embedded chat widget - [`c530a52`](https://github.com/Mintplex-Labs/anything-llm/commit/c530a5207cef3550bdbf31922a5b090dfdec7338) publish embed changes ### 📊 Changes **5 files changed** (+26 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `embed/README.md` (+14 -4) 📝 `embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+3 -2) 📝 `embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx` (+5 -4) 📝 `embed/src/hooks/useScriptAttributes.js` (+2 -0) 📝 `frontend/public/embed/anythingllm-chat-widget.min.js` (+2 -2) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1058 ### What is in this change? Describe the changes in this PR that are impactful to the repo. - Add support for "data-assistant-name" and "data-assistant-icon" attributes for embedded chat widget ### Additional Information Add any other context about the Pull Request here that was not captured above. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:34:03 -05:00
yindo closed this issue 2026-02-22 18:34:03 -05:00
yindo changed title from [PR #1067] [FEAT] Add ability to override chat user icon and name in embedded chat widget to [PR #1067] [MERGED] [FEAT] Add ability to override chat user icon and name in embedded chat widget 2026-06-05 15:14:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3571