[PR #1164] [CLOSED] updated #3608

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1164
Author: @mdwoicke
Created: 4/22/2024
Status: Closed

Base: masterHead: TeamGenAI-Dev


📝 Commits (2)

📊 Changes

29 files changed (+243 additions, -165 deletions)

View changed files

📝 .vscode/settings.json (+2 -1)
📝 collector/scripts/watch/convert/as_pdf.py (+2 -2)
📝 frontend/index.html (+2 -2)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/FileUploadProgress/index.jsx (+1 -0)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/index.jsx (+3 -3)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx (+42 -8)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/WorkspaceDirectory/index.jsx (+7 -6)
📝 frontend/src/components/Modals/MangeWorkspace/index.jsx (+0 -1)
📝 frontend/src/components/SettingsSidebar/index.jsx (+6 -5)
📝 frontend/src/components/Sidebar/index.jsx (+6 -16)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+8 -6)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+1 -1)
📝 frontend/src/models/workspace.js (+1 -0)
📝 frontend/src/pages/GeneralSettings/ApiKeys/index.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/Chats/index.jsx (+56 -58)
📝 frontend/src/pages/GeneralSettings/ExportImport/index.jsx (+1 -1)
📝 frontend/src/pages/Main/index.jsx (+1 -1)
📝 frontend/src/utils/toast.js (+1 -1)
📝 package.json (+6 -3)

...and 9 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/1164 **Author:** [@mdwoicke](https://github.com/mdwoicke) **Created:** 4/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TeamGenAI-Dev` --- ### 📝 Commits (2) - [`00f2ef2`](https://github.com/Mintplex-Labs/anything-llm/commit/00f2ef2dd246d14efbdf4c38a9686e236be02327) updated - [`72c1d4d`](https://github.com/Mintplex-Labs/anything-llm/commit/72c1d4df23aae33ef1cebbd3bf31de05c5d076c4) Create render.yaml ### 📊 Changes **29 files changed** (+243 additions, -165 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -1) 📝 `collector/scripts/watch/convert/as_pdf.py` (+2 -2) 📝 `frontend/index.html` (+2 -2) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/FileUploadProgress/index.jsx` (+1 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/UploadFile/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx` (+42 -8) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/WorkspaceDirectory/index.jsx` (+7 -6) 📝 `frontend/src/components/Modals/MangeWorkspace/index.jsx` (+0 -1) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+6 -5) 📝 `frontend/src/components/Sidebar/index.jsx` (+6 -16) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+8 -6) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+1 -1) 📝 `frontend/src/models/workspace.js` (+1 -0) 📝 `frontend/src/pages/GeneralSettings/ApiKeys/index.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/Chats/index.jsx` (+56 -58) 📝 `frontend/src/pages/GeneralSettings/ExportImport/index.jsx` (+1 -1) 📝 `frontend/src/pages/Main/index.jsx` (+1 -1) 📝 `frontend/src/utils/toast.js` (+1 -1) 📝 `package.json` (+6 -3) _...and 9 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [x] ♻️ 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. --> - [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:08 -05:00
yindo closed this issue 2026-02-22 18:34:08 -05:00
yindo changed title from [PR #1164] updated to [PR #1164] [CLOSED] updated 2026-06-05 15:14:17 -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#3608