[PR #1645] [CLOSED] Alpha pull req #3735

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1645
Author: @hdavy2002
Created: 6/10/2024
Status: Closed

Base: masterHead: Alpha


📝 Commits (10+)

📊 Changes

98 files changed (+338 additions, -599 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/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+2 -2)
📝 embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx (+4 -4)
📝 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 (+11 -14)
📝 frontend/src/components/EditingChatBubble/index.jsx (+1 -1)
📝 frontend/src/components/EmbeddingSelection/NativeEmbeddingOptions/index.jsx (+1 -1)
📝 frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx (+2 -2)
📝 frontend/src/components/Modals/MangeWorkspace/DataConnectors/Connectors/Confluence/index.jsx (+1 -1)
📝 frontend/src/components/Modals/MangeWorkspace/DataConnectors/Connectors/Github/index.jsx (+1 -1)
📝 frontend/src/components/Modals/MangeWorkspace/DataConnectors/index.jsx (+1 -1)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx (+51 -60)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/index.jsx (+1 -1)

...and 78 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/1645 **Author:** [@hdavy2002](https://github.com/hdavy2002) **Created:** 6/10/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Alpha` --- ### 📝 Commits (10+) - [`3d8e74f`](https://github.com/Mintplex-Labs/anything-llm/commit/3d8e74f9e1a5a0fc48c4b28d0c34e34806fe08ee) test - [`84ae63d`](https://github.com/Mintplex-Labs/anything-llm/commit/84ae63df5b7393228e9de1c1e83266012d40c0e5) fav - [`d76caac`](https://github.com/Mintplex-Labs/anything-llm/commit/d76caacd8e2927a236ef934fcf9a7b5513910d00) font - [`1931266`](https://github.com/Mintplex-Labs/anything-llm/commit/1931266c5d2e42ec6385065291c1e6c406314a91) welco - [`5ecdc52`](https://github.com/Mintplex-Labs/anything-llm/commit/5ecdc52f5db2cb0af932b67796ad6a284e5c4ee3) react - [`db59786`](https://github.com/Mintplex-Labs/anything-llm/commit/db59786e7e2930907fb234aa74f20e0fd0e12b54) tesd - [`7914e4a`](https://github.com/Mintplex-Labs/anything-llm/commit/7914e4a10d537d085f31b935c15b2a54accc3fba) lol - [`39ad819`](https://github.com/Mintplex-Labs/anything-llm/commit/39ad819d5e44f8ed9d726bfce24b40ae73c7e76a) Merge branch 'Mintplex-Labs:master' into master - [`8b876ae`](https://github.com/Mintplex-Labs/anything-llm/commit/8b876aeb5285aa2a418d06d054d0915694a020ca) color - [`9e02778`](https://github.com/Mintplex-Labs/anything-llm/commit/9e027781a713d41361863ecf363e035ead95cd89) col ### 📊 Changes **98 files changed** (+338 additions, -599 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/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+2 -2) 📝 `embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx` (+4 -4) 📝 `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` (+11 -14) 📝 `frontend/src/components/EditingChatBubble/index.jsx` (+1 -1) 📝 `frontend/src/components/EmbeddingSelection/NativeEmbeddingOptions/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx` (+2 -2) 📝 `frontend/src/components/Modals/MangeWorkspace/DataConnectors/Connectors/Confluence/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/MangeWorkspace/DataConnectors/Connectors/Github/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/MangeWorkspace/DataConnectors/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx` (+51 -60) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/index.jsx` (+1 -1) _...and 78 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:23 -05:00
yindo closed this issue 2026-02-22 18:34:23 -05:00
yindo changed title from [PR #1645] Alpha pull req to [PR #1645] [CLOSED] Alpha pull req 2026-06-05 15:14:56 -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#3735