[PR #4456] [MERGED] Apply renderer from chat widget history to workspace chats #4630

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4456
Author: @timothycarambat
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @timothycarambat

Base: masterHead: 4455-chat-view-updates


📝 Commits (1)

  • 6554e8d Apply renderer from chat widget history to workspace chats #4455

📊 Changes

5 files changed (+101 additions, -23 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/ChatEmbedWidgets/EmbedChats/ChatRow/index.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/ChatEmbedWidgets/EmbedChats/MarkdownRenderer.jsx (+1 -0)
📝 frontend/src/pages/GeneralSettings/ChatEmbedWidgets/EmbedChats/index.jsx (+3 -4)
📝 frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx (+8 -18)
frontend/src/pages/GeneralSettings/Chats/MarkdownRenderer.jsx (+88 -0)

📄 Description

resolves #4455
Fixes bug with codeblocks since hljs import was missing


🔄 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/4456 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4455-chat-view-updates` --- ### 📝 Commits (1) - [`6554e8d`](https://github.com/Mintplex-Labs/anything-llm/commit/6554e8d24096798cac245b13f165fac2cb042170) Apply renderer from chat widget history to workspace chats #4455 ### 📊 Changes **5 files changed** (+101 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/ChatEmbedWidgets/EmbedChats/ChatRow/index.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/ChatEmbedWidgets/EmbedChats/MarkdownRenderer.jsx` (+1 -0) 📝 `frontend/src/pages/GeneralSettings/ChatEmbedWidgets/EmbedChats/index.jsx` (+3 -4) 📝 `frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx` (+8 -18) ➕ `frontend/src/pages/GeneralSettings/Chats/MarkdownRenderer.jsx` (+88 -0) </details> ### 📄 Description resolves #4455 Fixes bug with codeblocks since hljs import was missing --- <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:36:13 -05:00
yindo closed this issue 2026-02-22 18:36:13 -05:00
yindo changed title from [PR #4456] Apply renderer from chat widget history to workspace chats to [PR #4456] [MERGED] Apply renderer from chat widget history to workspace chats 2026-06-05 15:19:31 -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#4630