[PR #3722] [CLOSED] Rosa #4372

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3722
Author: @rich7420
Created: 4/26/2025
Status: Closed

Base: masterHead: rosa


📝 Commits (10+)

📊 Changes

33 files changed (+8675 additions, -970 deletions)

View changed files

📝 BARE_METAL.md (+2 -1)
Dockerfile (+182 -0)
cloudbuild.yaml (+45 -0)
📝 docker/.env.example (+7 -310)
📝 docker/Dockerfile (+3 -2)
📝 docker/docker-compose.yml (+3 -3)
docker/setup.sh (+12 -0)
📝 frontend/index.html (+6 -21)
📝 frontend/public/anything-llm-light.png (+0 -0)
📝 frontend/public/favicon.ico (+0 -0)
📝 frontend/public/favicon.png (+0 -0)
📝 frontend/src/App.jsx (+1 -1)
📝 frontend/src/components/Sidebar/index.jsx (+1 -8)
📝 frontend/src/components/UserIcon/workspace.svg (+8139 -19)
frontend/src/components/WelcomePane/index.jsx (+36 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+0 -8)
📝 frontend/src/index.css (+70 -69)
📝 frontend/src/media/illustrations/login-logo-light.svg (+2 -45)
📝 frontend/src/media/illustrations/login-logo.svg (+2 -45)
📝 frontend/src/media/logo/anything-llm-dark.png (+0 -0)

...and 13 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/3722 **Author:** [@rich7420](https://github.com/rich7420) **Created:** 4/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rosa` --- ### 📝 Commits (10+) - [`ecc701a`](https://github.com/Mintplex-Labs/anything-llm/commit/ecc701ab2368f9ebdda8018a887b1f92b64d5337) for success docker - [`2820a23`](https://github.com/Mintplex-Labs/anything-llm/commit/2820a23c0fa4503767cc0b4447bf9a58addf4ccd) for docker-compose - [`67d4f22`](https://github.com/Mintplex-Labs/anything-llm/commit/67d4f22f6bf735d9bbd70fa1093c31f26c2cc166) for .env - [`df3875d`](https://github.com/Mintplex-Labs/anything-llm/commit/df3875d6778e0f51105715c3399c7964037a4332) space - [`98a87d9`](https://github.com/Mintplex-Labs/anything-llm/commit/98a87d98124597162a258971eb5c9efc199f57ba) .cloudbuild.yaml - [`114e3f0`](https://github.com/Mintplex-Labs/anything-llm/commit/114e3f0cd9cb2bb8582eae38652cdf7ea0551717) for LOGGING_ONLY - [`2b87750`](https://github.com/Mintplex-Labs/anything-llm/commit/2b87750a3ec822ff8be2b08767cdb35d1543e5fe) edit - [`d14540f`](https://github.com/Mintplex-Labs/anything-llm/commit/d14540f18547d0302e357f23fc2c5eb634b70dfc) modify - [`6953e57`](https://github.com/Mintplex-Labs/anything-llm/commit/6953e579637f381c835748a7e39e3935a2e21dc5) commit - [`793f5a4`](https://github.com/Mintplex-Labs/anything-llm/commit/793f5a4f9359ed54365bed42f80b8e352b2ff687) commit ### 📊 Changes **33 files changed** (+8675 additions, -970 deletions) <details> <summary>View changed files</summary> 📝 `BARE_METAL.md` (+2 -1) ➕ `Dockerfile` (+182 -0) ➕ `cloudbuild.yaml` (+45 -0) 📝 `docker/.env.example` (+7 -310) 📝 `docker/Dockerfile` (+3 -2) 📝 `docker/docker-compose.yml` (+3 -3) ➕ `docker/setup.sh` (+12 -0) 📝 `frontend/index.html` (+6 -21) 📝 `frontend/public/anything-llm-light.png` (+0 -0) 📝 `frontend/public/favicon.ico` (+0 -0) 📝 `frontend/public/favicon.png` (+0 -0) 📝 `frontend/src/App.jsx` (+1 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+1 -8) 📝 `frontend/src/components/UserIcon/workspace.svg` (+8139 -19) ➕ `frontend/src/components/WelcomePane/index.jsx` (+36 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+0 -8) 📝 `frontend/src/index.css` (+70 -69) 📝 `frontend/src/media/illustrations/login-logo-light.svg` (+2 -45) 📝 `frontend/src/media/illustrations/login-logo.svg` (+2 -45) 📝 `frontend/src/media/logo/anything-llm-dark.png` (+0 -0) _...and 13 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:35:42 -05:00
yindo closed this issue 2026-02-22 18:35:42 -05:00
yindo changed title from [PR #3722] Rosa to [PR #3722] [CLOSED] Rosa 2026-06-05 15:18:14 -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#4372