[PR #3899] [MERGED] New embedded chat widget UI/UX #4454

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3899
Author: @shatfield4
Created: 5/27/2025
Status: Merged
Merged: 6/3/2025
Merged by: @timothycarambat

Base: masterHead: 3898-feat-new-chat-embed-uiux


📝 Commits (10+)

  • f9b37b0 wip create skeleton for new embed chat ui/ux
  • 93a2321 update ui for embed chats
  • 065bc73 lint
  • aa6e9ee update sidebar/paths
  • d96b178 remove old embed pages
  • f458fc6 patch broken link
  • e11413a Merge branch 'master' into 3898-feat-new-chat-embed-uiux
  • 317e59b add created timestamp to differentiate embeds
  • e3f2738 update text colors
  • e9e784c Merge branch 'master' into 3898-feat-new-chat-embed-uiux

📊 Changes

35 files changed (+600 additions, -420 deletions)

View changed files

📝 frontend/src/App.jsx (+5 -9)
📝 frontend/src/components/SettingsSidebar/index.jsx (+1 -7)
📝 frontend/src/index.css (+16 -0)
📝 frontend/src/locales/ar/common.js (+2 -1)
📝 frontend/src/locales/da/common.js (+2 -1)
📝 frontend/src/locales/de/common.js (+2 -1)
📝 frontend/src/locales/en/common.js (+3 -2)
📝 frontend/src/locales/es/common.js (+2 -1)
📝 frontend/src/locales/fa/common.js (+2 -1)
📝 frontend/src/locales/fr/common.js (+2 -1)
📝 frontend/src/locales/he/common.js (+2 -1)
📝 frontend/src/locales/it/common.js (+2 -1)
📝 frontend/src/locales/ja/common.js (+2 -1)
📝 frontend/src/locales/ko/common.js (+2 -1)
📝 frontend/src/locales/lv/common.js (+2 -1)
📝 frontend/src/locales/nl/common.js (+2 -1)
📝 frontend/src/locales/pt_BR/common.js (+2 -1)
📝 frontend/src/locales/ru/common.js (+2 -1)
📝 frontend/src/locales/tr/common.js (+2 -1)
📝 frontend/src/locales/vn/common.js (+2 -1)

...and 15 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #3898

What is in this change?

  • Implement new UI/layout for chat embed settings

Additional Information

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/3899 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3898-feat-new-chat-embed-uiux` --- ### 📝 Commits (10+) - [`f9b37b0`](https://github.com/Mintplex-Labs/anything-llm/commit/f9b37b05aa9e0d0a6f29e4f018e25fd3bec4c3e3) wip create skeleton for new embed chat ui/ux - [`93a2321`](https://github.com/Mintplex-Labs/anything-llm/commit/93a2321dfc3f3029062a2e65c54ad592fa0ccb3f) update ui for embed chats - [`065bc73`](https://github.com/Mintplex-Labs/anything-llm/commit/065bc73debc070a727d5f6923c90919440ba3691) lint - [`aa6e9ee`](https://github.com/Mintplex-Labs/anything-llm/commit/aa6e9eead3c3a58a0689955f7b6ec98805030ba5) update sidebar/paths - [`d96b178`](https://github.com/Mintplex-Labs/anything-llm/commit/d96b178d20a7e4f4e8c5767987d236afe8a0fd90) remove old embed pages - [`f458fc6`](https://github.com/Mintplex-Labs/anything-llm/commit/f458fc62233284aafa5a94f24eac201ac55440cb) patch broken link - [`e11413a`](https://github.com/Mintplex-Labs/anything-llm/commit/e11413a4e9f3211af3f10b5594add864f93b7b39) Merge branch 'master' into 3898-feat-new-chat-embed-uiux - [`317e59b`](https://github.com/Mintplex-Labs/anything-llm/commit/317e59b3394bd7b56ced40d93d74b775e7202cbb) add created timestamp to differentiate embeds - [`e3f2738`](https://github.com/Mintplex-Labs/anything-llm/commit/e3f2738fb6259a6ddb59799c7431d2d48ceae08d) update text colors - [`e9e784c`](https://github.com/Mintplex-Labs/anything-llm/commit/e9e784cc990c33d8fdf793797b2a7fcde7c9a647) Merge branch 'master' into 3898-feat-new-chat-embed-uiux ### 📊 Changes **35 files changed** (+600 additions, -420 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+5 -9) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+1 -7) 📝 `frontend/src/index.css` (+16 -0) 📝 `frontend/src/locales/ar/common.js` (+2 -1) 📝 `frontend/src/locales/da/common.js` (+2 -1) 📝 `frontend/src/locales/de/common.js` (+2 -1) 📝 `frontend/src/locales/en/common.js` (+3 -2) 📝 `frontend/src/locales/es/common.js` (+2 -1) 📝 `frontend/src/locales/fa/common.js` (+2 -1) 📝 `frontend/src/locales/fr/common.js` (+2 -1) 📝 `frontend/src/locales/he/common.js` (+2 -1) 📝 `frontend/src/locales/it/common.js` (+2 -1) 📝 `frontend/src/locales/ja/common.js` (+2 -1) 📝 `frontend/src/locales/ko/common.js` (+2 -1) 📝 `frontend/src/locales/lv/common.js` (+2 -1) 📝 `frontend/src/locales/nl/common.js` (+2 -1) 📝 `frontend/src/locales/pt_BR/common.js` (+2 -1) 📝 `frontend/src/locales/ru/common.js` (+2 -1) 📝 `frontend/src/locales/tr/common.js` (+2 -1) 📝 `frontend/src/locales/vn/common.js` (+2 -1) _...and 15 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3898 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implement new UI/layout for chat embed settings ### 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:35:51 -05:00
yindo closed this issue 2026-02-22 18:35:51 -05:00
yindo changed title from [PR #3899] New embedded chat widget UI/UX to [PR #3899] [MERGED] New embedded chat widget UI/UX 2026-06-05 15:18:39 -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#4454