[PR #5206] [MERGED] Remove WelcomeMessages from app - no longer used #5353

Closed
opened 2026-06-05 15:21:04 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5206
Author: @timothycarambat
Created: 3/13/2026
Status: Merged
Merged: 3/13/2026
Merged by: @timothycarambat

Base: masterHead: 5205-remove-welcome-messages


📝 Commits (4)

  • f9bf4bf remove WelcomeMessages from app - no longer user
  • bb372bc update erronous alert message
  • a7e5d48 fix job collision ref
  • 49fa0ba fix jobs - remove dev job

📊 Changes

39 files changed (+16 additions, -771 deletions)

View changed files

📝 .github/workflows/build-and-push-image-semver.yaml (+1 -1)
📝 .github/workflows/build-and-push-image.yaml (+1 -1)
📝 .github/workflows/check-package-versions.yaml (+1 -1)
📝 .github/workflows/check-translations.yaml (+1 -1)
.github/workflows/dev-build.yaml (+0 -119)
📝 .github/workflows/run-tests.yaml (+1 -1)
frontend/src/components/EditingChatBubble/index.jsx (+0 -76)
📝 frontend/src/locales/ar/common.js (+0 -12)
📝 frontend/src/locales/cs/common.js (+0 -12)
📝 frontend/src/locales/da/common.js (+0 -12)
📝 frontend/src/locales/de/common.js (+0 -12)
📝 frontend/src/locales/en/common.js (+0 -12)
📝 frontend/src/locales/es/common.js (+0 -12)
📝 frontend/src/locales/et/common.js (+0 -12)
📝 frontend/src/locales/fa/common.js (+0 -12)
📝 frontend/src/locales/fr/common.js (+0 -12)
📝 frontend/src/locales/he/common.js (+0 -12)
📝 frontend/src/locales/it/common.js (+0 -12)
📝 frontend/src/locales/ja/common.js (+0 -12)
📝 frontend/src/locales/ko/common.js (+0 -12)

...and 19 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #5205

Description

  • Removes welcomeMesssages from the application as they are not used anywhere anymore since V2 redesign.
  • Drops the associated table pragma.
  • Removes supporting components
  • Normalizes translations to remove relevant messages

Visuals (if applicable)

Additional Information

  • Also fixed an issue with group labeling on some jobs having the same ref which would kill each other in a race condition.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • 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/5206 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `5205-remove-welcome-messages` --- ### 📝 Commits (4) - [`f9bf4bf`](https://github.com/Mintplex-Labs/anything-llm/commit/f9bf4bf2f91603b8273ccf4edb184a0257b3f525) remove `WelcomeMessages` from app - no longer user - [`bb372bc`](https://github.com/Mintplex-Labs/anything-llm/commit/bb372bcd60738d23ca7a6f2f27bcbb92990e28bf) update erronous alert message - [`a7e5d48`](https://github.com/Mintplex-Labs/anything-llm/commit/a7e5d48af51d6021d6b120e6b1f7ed0a5bce6dac) fix job collision ref - [`49fa0ba`](https://github.com/Mintplex-Labs/anything-llm/commit/49fa0baa30dbdbbd2ec0c568fe129696824069f1) fix jobs - remove dev job ### 📊 Changes **39 files changed** (+16 additions, -771 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image-semver.yaml` (+1 -1) 📝 `.github/workflows/build-and-push-image.yaml` (+1 -1) 📝 `.github/workflows/check-package-versions.yaml` (+1 -1) 📝 `.github/workflows/check-translations.yaml` (+1 -1) ➖ `.github/workflows/dev-build.yaml` (+0 -119) 📝 `.github/workflows/run-tests.yaml` (+1 -1) ➖ `frontend/src/components/EditingChatBubble/index.jsx` (+0 -76) 📝 `frontend/src/locales/ar/common.js` (+0 -12) 📝 `frontend/src/locales/cs/common.js` (+0 -12) 📝 `frontend/src/locales/da/common.js` (+0 -12) 📝 `frontend/src/locales/de/common.js` (+0 -12) 📝 `frontend/src/locales/en/common.js` (+0 -12) 📝 `frontend/src/locales/es/common.js` (+0 -12) 📝 `frontend/src/locales/et/common.js` (+0 -12) 📝 `frontend/src/locales/fa/common.js` (+0 -12) 📝 `frontend/src/locales/fr/common.js` (+0 -12) 📝 `frontend/src/locales/he/common.js` (+0 -12) 📝 `frontend/src/locales/it/common.js` (+0 -12) 📝 `frontend/src/locales/ja/common.js` (+0 -12) 📝 `frontend/src/locales/ko/common.js` (+0 -12) _...and 19 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [x] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #5205 ### Description - Removes `welcomeMesssages` from the application as they are not used anywhere anymore since V2 redesign. - Drops the associated table pragma. - Removes supporting components - Normalizes translations to remove relevant messages <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information - Also fixed an issue with group labeling on some jobs having the same ref which would kill each other in a race condition. <!-- 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 (if applicable) - [ ] 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-06-05 15:21:04 -04:00
yindo closed this issue 2026-06-05 15:21:04 -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#5353