[PR #1821] [CLOSED] Fabriiq #3791

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1821
Author: @kashifmian722
Created: 7/6/2024
Status: Closed

Base: masterHead: Fabriiq


📝 Commits (10+)

  • 2482518 This is an example testing page for embedded Fabriiq -Update index.html
  • 7183ed7 fabriiq-chat-widget.js Changed Update package.json
  • 653c3e5 Fabriiq LLM Chat Assistant Update index.jsx
  • 7247222 Fabriiq LLM Chat Assistant Update index.jsx
  • a12a450 embed/src/hooks/useScriptAttributes.js updated
  • 2364023 embed/src/main.jsx updated
  • 3e57e87 embed/vite.config.js updated
  • ae475f0 frontend/index.html updated
  • ec2aaad frontend/src/components/DefaultChat/index.jsx as per fabriq
  • 9997ddf frontend/src/components/Footer/index.jsx updated

📊 Changes

29 files changed (+133 additions, -144 deletions)

View changed files

📝 embed/index.html (+2 -2)
📝 embed/package.json (+4 -4)
📝 embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+1 -1)
📝 embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx (+1 -1)
📝 embed/src/hooks/useScriptAttributes.js (+4 -4)
📝 embed/src/main.jsx (+5 -1)
📝 embed/vite.config.js (+1 -1)
📝 frontend/index.html (+13 -16)
📝 frontend/src/components/DefaultChat/index.jsx (+11 -24)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx (+1 -1)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+2 -2)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+2 -2)
📝 frontend/src/components/Modals/Password/index.jsx (+8 -8)
📝 frontend/src/pages/GeneralSettings/ApiKeys/NewApiKeyModal/index.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/Appearance/CustomAppName/index.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/AudioPreference/stt.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/AudioPreference/tts.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/EmbedConfigs/EmbedRow/CodeSnippetModal/index.jsx (+5 -4)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+4 -4)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+1 -1)

...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/1821 **Author:** [@kashifmian722](https://github.com/kashifmian722) **Created:** 7/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Fabriiq` --- ### 📝 Commits (10+) - [`2482518`](https://github.com/Mintplex-Labs/anything-llm/commit/2482518cce7b6b8184ce4e8ecd459143ae993c56) This is an example testing page for embedded Fabriiq -Update index.html - [`7183ed7`](https://github.com/Mintplex-Labs/anything-llm/commit/7183ed7f3c6859c01def6e2c10895cc4b11251db) fabriiq-chat-widget.js Changed Update package.json - [`653c3e5`](https://github.com/Mintplex-Labs/anything-llm/commit/653c3e5ead93328b1f15aac7ab2dc0f1e8f22e25) Fabriiq LLM Chat Assistant Update index.jsx - [`7247222`](https://github.com/Mintplex-Labs/anything-llm/commit/72472227668b51d0b752199ea7015a140b7e5d6a) Fabriiq LLM Chat Assistant Update index.jsx - [`a12a450`](https://github.com/Mintplex-Labs/anything-llm/commit/a12a450bc930670bceb53d62e8180d9da3242055) embed/src/hooks/useScriptAttributes.js updated - [`2364023`](https://github.com/Mintplex-Labs/anything-llm/commit/23640236d60c62071a849a3a0ff47896d262e718) embed/src/main.jsx updated - [`3e57e87`](https://github.com/Mintplex-Labs/anything-llm/commit/3e57e879343940db4203ae5568cd4d2903ed8a95) embed/vite.config.js updated - [`ae475f0`](https://github.com/Mintplex-Labs/anything-llm/commit/ae475f01fa0132900f43ab786d1a84fc4c97b64a) frontend/index.html updated - [`ec2aaad`](https://github.com/Mintplex-Labs/anything-llm/commit/ec2aaad161b0758102882d8fe59d72f36f4d3caa) frontend/src/components/DefaultChat/index.jsx as per fabriq - [`9997ddf`](https://github.com/Mintplex-Labs/anything-llm/commit/9997ddfa77eb6ff7554978b6e8519392a2a33aa1) frontend/src/components/Footer/index.jsx updated ### 📊 Changes **29 files changed** (+133 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `embed/index.html` (+2 -2) 📝 `embed/package.json` (+4 -4) 📝 `embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+1 -1) 📝 `embed/src/components/ChatWindow/ChatContainer/ChatHistory/PromptReply/index.jsx` (+1 -1) 📝 `embed/src/hooks/useScriptAttributes.js` (+4 -4) 📝 `embed/src/main.jsx` (+5 -1) 📝 `embed/vite.config.js` (+1 -1) 📝 `frontend/index.html` (+13 -16) 📝 `frontend/src/components/DefaultChat/index.jsx` (+11 -24) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+2 -2) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+2 -2) 📝 `frontend/src/components/Modals/Password/index.jsx` (+8 -8) 📝 `frontend/src/pages/GeneralSettings/ApiKeys/NewApiKeyModal/index.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/Appearance/CustomAppName/index.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/AudioPreference/stt.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/AudioPreference/tts.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/EmbedConfigs/EmbedRow/CodeSnippetModal/index.jsx` (+5 -4) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+4 -4) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+1 -1) _...and 9 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:30 -05:00
yindo closed this issue 2026-02-22 18:34:30 -05:00
yindo changed title from [PR #1821] Fabriiq to [PR #1821] [CLOSED] Fabriiq 2026-06-05 15:15:15 -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#3791