[PR #1882] [CLOSED] Prod #3808

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1882
Author: @hdavy2002
Created: 7/17/2024
Status: Closed

Base: masterHead: prod


📝 Commits (10+)

📊 Changes

61 files changed (+207 additions, -501 deletions)

View changed files

📝 .devcontainer/README.md (+1 -1)
📝 cloud-deployments/aws/cloudformation/aws_https_instructions.md (+2 -2)
📝 docker/HOW_TO_USE_DOCKER.md (+1 -1)
📝 embed/index.html (+1 -1)
📝 embed/src/hooks/useScriptAttributes.js (+4 -4)
📝 frontend/index.html (+11 -11)
📝 frontend/public/favicon.ico (+0 -0)
📝 frontend/public/favicon.png (+0 -0)
📝 frontend/public/fonts/PlusJakartaSans.ttf (+0 -0)
📝 frontend/src/components/DefaultChat/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx (+4 -38)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx (+2 -45)
📝 frontend/src/components/Modals/Password/index.jsx (+2 -2)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+1 -1)
📝 frontend/src/components/Sidebar/index.jsx (+1 -1)
📝 frontend/src/components/UserMenu/UserButton/index.jsx (+32 -7)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx (+2 -90)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx (+1 -1)
📝 frontend/src/locales/en/common.js (+2 -2)

...and 41 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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/1882 **Author:** [@hdavy2002](https://github.com/hdavy2002) **Created:** 7/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `prod` --- ### 📝 Commits (10+) - [`9e02778`](https://github.com/Mintplex-Labs/anything-llm/commit/9e027781a713d41361863ecf363e035ead95cd89) col - [`01b3018`](https://github.com/Mintplex-Labs/anything-llm/commit/01b30182bda019f7dd0df15e6b81a026e70912b5) Merge branch 'Mintplex-Labs:master' into master - [`9cbbfff`](https://github.com/Mintplex-Labs/anything-llm/commit/9cbbffff6413263d546eef8e3239465cc0082d53) pin - [`c85d769`](https://github.com/Mintplex-Labs/anything-llm/commit/c85d769e85989c274d7487176ea08c372fd0d0f9) text - [`6a7f17e`](https://github.com/Mintplex-Labs/anything-llm/commit/6a7f17eb04a073b04d9aaf362f78592894379c6f) Merge branch 'Mintplex-Labs:master' into master - [`f51f958`](https://github.com/Mintplex-Labs/anything-llm/commit/f51f958ecd0d06c6183cbfc19c222ae1279db9a5) ing - [`578987b`](https://github.com/Mintplex-Labs/anything-llm/commit/578987b21b11d2b741dfd806bc408256aa9fb8d8) Merge branch 'Mintplex-Labs:master' into master - [`485f2bd`](https://github.com/Mintplex-Labs/anything-llm/commit/485f2bd1c695c647364334000104b46f51728f20) char - [`4228f60`](https://github.com/Mintplex-Labs/anything-llm/commit/4228f6092b9c4c92c25e831ca724845dad26306b) ca - [`17e4f21`](https://github.com/Mintplex-Labs/anything-llm/commit/17e4f21ef58f734b66a177aafa1b09ab39bec149) char ### 📊 Changes **61 files changed** (+207 additions, -501 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/README.md` (+1 -1) 📝 `cloud-deployments/aws/cloudformation/aws_https_instructions.md` (+2 -2) 📝 `docker/HOW_TO_USE_DOCKER.md` (+1 -1) 📝 `embed/index.html` (+1 -1) 📝 `embed/src/hooks/useScriptAttributes.js` (+4 -4) 📝 `frontend/index.html` (+11 -11) 📝 `frontend/public/favicon.ico` (+0 -0) 📝 `frontend/public/favicon.png` (+0 -0) 📝 `frontend/public/fonts/PlusJakartaSans.ttf` (+0 -0) 📝 `frontend/src/components/DefaultChat/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx` (+4 -38) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx` (+2 -45) 📝 `frontend/src/components/Modals/Password/index.jsx` (+2 -2) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+1 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+1 -1) 📝 `frontend/src/components/UserMenu/UserButton/index.jsx` (+32 -7) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx` (+2 -90) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx` (+1 -1) 📝 `frontend/src/locales/en/common.js` (+2 -2) _...and 41 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [ ] 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 --- <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:32 -05:00
yindo closed this issue 2026-02-22 18:34:32 -05:00
yindo changed title from [PR #1882] Prod to [PR #1882] [CLOSED] Prod 2026-06-05 15:15:20 -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#3808