[PR #5366] [MERGED] feat: adds name field to api keys #5420

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5366
Author: @guilopesn
Created: 4/6/2026
Status: Merged
Merged: 4/10/2026
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (4)

  • 1a93c95 feat: adds name field to api keys
  • 7927b14 remove extra toasts
  • 9bfca24 prune and norm translations
  • 29987fe Merge branch 'master' into master

📊 Changes

34 files changed (+738 additions, -379 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+27 -13)
📝 frontend/src/locales/cs/common.js (+27 -14)
📝 frontend/src/locales/da/common.js (+27 -14)
📝 frontend/src/locales/de/common.js (+27 -14)
📝 frontend/src/locales/en/common.js (+27 -13)
📝 frontend/src/locales/es/common.js (+27 -14)
📝 frontend/src/locales/et/common.js (+27 -14)
📝 frontend/src/locales/fa/common.js (+27 -13)
📝 frontend/src/locales/fr/common.js (+27 -14)
📝 frontend/src/locales/he/common.js (+26 -12)
📝 frontend/src/locales/it/common.js (+27 -14)
📝 frontend/src/locales/ja/common.js (+26 -14)
📝 frontend/src/locales/ko/common.js (+27 -13)
📝 frontend/src/locales/lt/common.js (+27 -13)
📝 frontend/src/locales/lv/common.js (+27 -13)
📝 frontend/src/locales/nl/common.js (+27 -14)
📝 frontend/src/locales/pl/common.js (+27 -14)
📝 frontend/src/locales/pt_BR/common.js (+29 -16)
📝 frontend/src/locales/ro/common.js (+27 -14)
📝 frontend/src/locales/ru/common.js (+27 -13)

...and 14 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 #5365

Description

Make managing multiple API keys easier.

Visuals (if applicable)

Creation Modal

Captura de Tela 2026-04-06 às 22 53 03

List

Captura de Tela 2026-04-06 às 22 53 11

Additional Information

None is necessary. It's a very simple change.

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/5366 **Author:** [@guilopesn](https://github.com/guilopesn) **Created:** 4/6/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`1a93c95`](https://github.com/Mintplex-Labs/anything-llm/commit/1a93c95656860ff15af2dc618dd207cf4cc86132) feat: adds name field to api keys - [`7927b14`](https://github.com/Mintplex-Labs/anything-llm/commit/7927b143c6bd5b85e0af5d3d3d199f155462655e) remove extra toasts - [`9bfca24`](https://github.com/Mintplex-Labs/anything-llm/commit/9bfca24dcbd684817a84c919bd14943e70d49e14) prune and norm translations - [`29987fe`](https://github.com/Mintplex-Labs/anything-llm/commit/29987fe8e2c1a339b0ff4d86a6ff35736c276538) Merge branch 'master' into master ### 📊 Changes **34 files changed** (+738 additions, -379 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+27 -13) 📝 `frontend/src/locales/cs/common.js` (+27 -14) 📝 `frontend/src/locales/da/common.js` (+27 -14) 📝 `frontend/src/locales/de/common.js` (+27 -14) 📝 `frontend/src/locales/en/common.js` (+27 -13) 📝 `frontend/src/locales/es/common.js` (+27 -14) 📝 `frontend/src/locales/et/common.js` (+27 -14) 📝 `frontend/src/locales/fa/common.js` (+27 -13) 📝 `frontend/src/locales/fr/common.js` (+27 -14) 📝 `frontend/src/locales/he/common.js` (+26 -12) 📝 `frontend/src/locales/it/common.js` (+27 -14) 📝 `frontend/src/locales/ja/common.js` (+26 -14) 📝 `frontend/src/locales/ko/common.js` (+27 -13) 📝 `frontend/src/locales/lt/common.js` (+27 -13) 📝 `frontend/src/locales/lv/common.js` (+27 -13) 📝 `frontend/src/locales/nl/common.js` (+27 -14) 📝 `frontend/src/locales/pl/common.js` (+27 -14) 📝 `frontend/src/locales/pt_BR/common.js` (+29 -16) 📝 `frontend/src/locales/ro/common.js` (+27 -14) 📝 `frontend/src/locales/ru/common.js` (+27 -13) _...and 14 more files_ </details> ### 📄 Description ### Pull Request Type - [X] ✨ 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 #5365 ### Description Make managing multiple API keys easier. ### Visuals (if applicable) #### Creation Modal <img width="2032" height="1162" alt="Captura de Tela 2026-04-06 às 22 53 03" src="https://github.com/user-attachments/assets/5f3325d4-daeb-4ac9-b18d-6baee0fa0a8c" /> #### List <img width="2032" height="1162" alt="Captura de Tela 2026-04-06 às 22 53 11" src="https://github.com/user-attachments/assets/9d26a48c-3b64-4c85-be02-dae6acebd76b" /> ### Additional Information None is necessary. It's a very simple change. ### Developer Validations - [X] I ran `yarn lint` from the root of the repo & committed changes - [X] Relevant documentation has been updated (if applicable) - [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-06-05 15:21:18 -04:00
yindo closed this issue 2026-06-05 15:21:18 -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#5420