[PR #3678] [MERGED] Breakup Customization super-page into subpages #4358

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3678
Author: @timothycarambat
Created: 4/18/2025
Status: Merged
Merged: 4/18/2025
Merged by: @timothycarambat

Base: masterHead: 3677-split-customization-pages


📝 Commits (4)

  • 6865405 breakup settings pages
  • dcbb83c remove commented translations
  • 9e0317a patch welcome message keys to new dict
  • b1ed057 update translations files

📊 Changes

36 files changed (+1502 additions, -671 deletions)

View changed files

📝 frontend/src/App.jsx (+12 -4)
📝 frontend/src/components/EditingChatBubble/index.jsx (+3 -1)
📝 frontend/src/components/SettingsButton/index.jsx (+1 -2)
📝 frontend/src/components/SettingsSidebar/index.jsx (+14 -3)
📝 frontend/src/locales/ar/common.js (+75 -29)
📝 frontend/src/locales/da/common.js (+75 -30)
📝 frontend/src/locales/de/common.js (+75 -32)
📝 frontend/src/locales/en/common.js (+80 -27)
📝 frontend/src/locales/es/common.js (+75 -32)
📝 frontend/src/locales/fa/common.js (+75 -31)
📝 frontend/src/locales/fr/common.js (+75 -33)
📝 frontend/src/locales/he/common.js (+75 -30)
📝 frontend/src/locales/it/common.js (+75 -33)
📝 frontend/src/locales/ja/common.js (+76 -74)
📝 frontend/src/locales/ko/common.js (+75 -30)
📝 frontend/src/locales/nl/common.js (+75 -31)
📝 frontend/src/locales/pt_BR/common.js (+75 -32)
📝 frontend/src/locales/ru/common.js (+75 -34)
📝 frontend/src/locales/tr/common.js (+75 -32)
📝 frontend/src/locales/vn/common.js (+75 -30)

...and 16 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #3677

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/3678 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3677-split-customization-pages` --- ### 📝 Commits (4) - [`6865405`](https://github.com/Mintplex-Labs/anything-llm/commit/68654055f933cda249dadd36ad6b1ca688d590c8) breakup settings pages - [`dcbb83c`](https://github.com/Mintplex-Labs/anything-llm/commit/dcbb83c9c932d7f36745f714ff6963e08a6521fc) remove commented translations - [`9e0317a`](https://github.com/Mintplex-Labs/anything-llm/commit/9e0317a56e6671132d979dddb8a4ca0feb467b72) patch welcome message keys to new dict - [`b1ed057`](https://github.com/Mintplex-Labs/anything-llm/commit/b1ed057fbc6589a94102db60ed5405167ce18db1) update translations files ### 📊 Changes **36 files changed** (+1502 additions, -671 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+12 -4) 📝 `frontend/src/components/EditingChatBubble/index.jsx` (+3 -1) 📝 `frontend/src/components/SettingsButton/index.jsx` (+1 -2) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+14 -3) 📝 `frontend/src/locales/ar/common.js` (+75 -29) 📝 `frontend/src/locales/da/common.js` (+75 -30) 📝 `frontend/src/locales/de/common.js` (+75 -32) 📝 `frontend/src/locales/en/common.js` (+80 -27) 📝 `frontend/src/locales/es/common.js` (+75 -32) 📝 `frontend/src/locales/fa/common.js` (+75 -31) 📝 `frontend/src/locales/fr/common.js` (+75 -33) 📝 `frontend/src/locales/he/common.js` (+75 -30) 📝 `frontend/src/locales/it/common.js` (+75 -33) 📝 `frontend/src/locales/ja/common.js` (+76 -74) 📝 `frontend/src/locales/ko/common.js` (+75 -30) 📝 `frontend/src/locales/nl/common.js` (+75 -31) 📝 `frontend/src/locales/pt_BR/common.js` (+75 -32) 📝 `frontend/src/locales/ru/common.js` (+75 -34) 📝 `frontend/src/locales/tr/common.js` (+75 -32) 📝 `frontend/src/locales/vn/common.js` (+75 -30) _...and 16 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3677 ### 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:40 -05:00
yindo closed this issue 2026-02-22 18:35:40 -05:00
yindo changed title from [PR #3678] Breakup Customization super-page into subpages to [PR #3678] [MERGED] Breakup Customization super-page into subpages 2026-06-05 15:18:10 -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#4358