[PR #4274] [MERGED] Update Security UI to match all other Settings #4578

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4274
Author: @AshikaAnand12
Created: 8/11/2025
Status: Merged
Merged: 8/12/2025
Merged by: @timothycarambat

Base: masterHead: 4272-uiUpdateForSecurityTab


📝 Commits (7)

  • bda9562 Update Security UI to match all other Settings
  • ead1353 Normalizing translations
  • 4fc0a26 Running yarn lint
  • 8230ab5 Set back all the null values
  • 8ab2d41 fix spacing + lint
  • a0c0c55 remap name
  • dcaac6d Merge branch 'master' into 4272-uiUpdateForSecurityTab

📊 Changes

23 files changed (+502 additions, -430 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+22 -19)
📝 frontend/src/locales/da/common.js (+22 -19)
📝 frontend/src/locales/de/common.js (+22 -19)
📝 frontend/src/locales/en/common.js (+13 -10)
📝 frontend/src/locales/es/common.js (+22 -19)
📝 frontend/src/locales/et/common.js (+22 -19)
📝 frontend/src/locales/fa/common.js (+22 -19)
📝 frontend/src/locales/fr/common.js (+22 -19)
📝 frontend/src/locales/he/common.js (+22 -19)
📝 frontend/src/locales/it/common.js (+22 -19)
📝 frontend/src/locales/ja/common.js (+22 -19)
📝 frontend/src/locales/ko/common.js (+22 -19)
📝 frontend/src/locales/lv/common.js (+22 -19)
📝 frontend/src/locales/nl/common.js (+22 -19)
📝 frontend/src/locales/pl/common.js (+22 -19)
📝 frontend/src/locales/pt_BR/common.js (+22 -19)
📝 frontend/src/locales/ro/common.js (+22 -19)
📝 frontend/src/locales/ru/common.js (+22 -19)
📝 frontend/src/locales/tr/common.js (+22 -19)
📝 frontend/src/locales/vn/common.js (+22 -19)

...and 3 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4272

What is in this change?

Suggesting an UI update to the Security tab in the General Settings to ensure all the tabs are consistent

Additional Information

Suggested change is added a screenshot in the Issue

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated - no update to documentation required
  • 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/4274 **Author:** [@AshikaAnand12](https://github.com/AshikaAnand12) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4272-uiUpdateForSecurityTab` --- ### 📝 Commits (7) - [`bda9562`](https://github.com/Mintplex-Labs/anything-llm/commit/bda9562d61e8124d41d1e6ae92db805bb44ea5cb) Update Security UI to match all other Settings - [`ead1353`](https://github.com/Mintplex-Labs/anything-llm/commit/ead1353f2eec656f4b41c2790a436510739de8c8) Normalizing translations - [`4fc0a26`](https://github.com/Mintplex-Labs/anything-llm/commit/4fc0a26e79244bed698fb8c4dacbb1aa17230279) Running yarn lint - [`8230ab5`](https://github.com/Mintplex-Labs/anything-llm/commit/8230ab53f2148a555271e33129fd1e03040e033e) Set back all the null values - [`8ab2d41`](https://github.com/Mintplex-Labs/anything-llm/commit/8ab2d41f160f6de9bc3276e15aa2446aefd56e65) fix spacing + lint - [`a0c0c55`](https://github.com/Mintplex-Labs/anything-llm/commit/a0c0c5554e643761fe26a5251aa983bb38c85329) remap name - [`dcaac6d`](https://github.com/Mintplex-Labs/anything-llm/commit/dcaac6d81e1f9714af4d896b07a59bc887307d10) Merge branch 'master' into 4272-uiUpdateForSecurityTab ### 📊 Changes **23 files changed** (+502 additions, -430 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+22 -19) 📝 `frontend/src/locales/da/common.js` (+22 -19) 📝 `frontend/src/locales/de/common.js` (+22 -19) 📝 `frontend/src/locales/en/common.js` (+13 -10) 📝 `frontend/src/locales/es/common.js` (+22 -19) 📝 `frontend/src/locales/et/common.js` (+22 -19) 📝 `frontend/src/locales/fa/common.js` (+22 -19) 📝 `frontend/src/locales/fr/common.js` (+22 -19) 📝 `frontend/src/locales/he/common.js` (+22 -19) 📝 `frontend/src/locales/it/common.js` (+22 -19) 📝 `frontend/src/locales/ja/common.js` (+22 -19) 📝 `frontend/src/locales/ko/common.js` (+22 -19) 📝 `frontend/src/locales/lv/common.js` (+22 -19) 📝 `frontend/src/locales/nl/common.js` (+22 -19) 📝 `frontend/src/locales/pl/common.js` (+22 -19) 📝 `frontend/src/locales/pt_BR/common.js` (+22 -19) 📝 `frontend/src/locales/ro/common.js` (+22 -19) 📝 `frontend/src/locales/ru/common.js` (+22 -19) 📝 `frontend/src/locales/tr/common.js` (+22 -19) 📝 `frontend/src/locales/vn/common.js` (+22 -19) _...and 3 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [X] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves [#4272](https://github.com/Mintplex-Labs/anything-llm/issues/4272) ### What is in this change? Suggesting an UI update to the Security tab in the General Settings to ensure all the tabs are consistent ### Additional Information Suggested change is added a screenshot in the Issue ### 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 - no update to documentation required - [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:36:07 -05:00
yindo closed this issue 2026-02-22 18:36:07 -05:00
yindo changed title from [PR #4274] Update Security UI to match all other Settings to [PR #4274] [MERGED] Update Security UI to match all other Settings 2026-06-05 15:19: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#4578