[PR #2720] [MERGED] Normalize Input Fields #4097

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2720
Author: @timothycarambat
Created: 11/26/2024
Status: Merged
Merged: 11/26/2024
Merged by: @timothycarambat

Base: masterHead: field-norm


📝 Commits (2)

📊 Changes

133 files changed (+300 additions, -300 deletions)

View changed files

📝 frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx (+3 -3)
📝 frontend/src/components/EmbeddingSelection/CohereOptions/index.jsx (+2 -2)
📝 frontend/src/components/EmbeddingSelection/GenericOpenAiOptions/index.jsx (+6 -6)
📝 frontend/src/components/EmbeddingSelection/LMStudioOptions/index.jsx (+5 -5)
📝 frontend/src/components/EmbeddingSelection/LiteLLMOptions/index.jsx (+5 -5)
📝 frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx (+6 -6)
📝 frontend/src/components/EmbeddingSelection/MistralAiOptions/index.jsx (+2 -2)
📝 frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx (+5 -5)
📝 frontend/src/components/EmbeddingSelection/OpenAiOptions/index.jsx (+2 -2)
📝 frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx (+2 -2)
📝 frontend/src/components/Footer/index.jsx (+11 -10)
📝 frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx (+2 -2)
📝 frontend/src/components/LLMSelection/ApiPieOptions/index.jsx (+3 -3)
📝 frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx (+2 -2)
📝 frontend/src/components/LLMSelection/AzureAiOptions/index.jsx (+4 -4)
📝 frontend/src/components/LLMSelection/CohereAiOptions/index.jsx (+2 -2)
📝 frontend/src/components/LLMSelection/DeepSeekOptions/index.jsx (+3 -3)
📝 frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx (+3 -3)
📝 frontend/src/components/LLMSelection/GenericOpenAiOptions/index.jsx (+5 -5)
📝 frontend/src/components/LLMSelection/HuggingFaceOptions/index.jsx (+3 -3)

...and 80 more files

📄 Description

Pull Request Type

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

Normalize all input fields to be similar to desktop requirements for UI matching to prevent mass merge conflicts


🔄 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/2720 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 11/26/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `field-norm` --- ### 📝 Commits (2) - [`fee3167`](https://github.com/Mintplex-Labs/anything-llm/commit/fee3167bc13a03538c38ce72722da7347165d997) WIP field normalization - [`1fc31a6`](https://github.com/Mintplex-Labs/anything-llm/commit/1fc31a69f923ae5bf0353e5f3d44e76fcb8876dc) more norms ### 📊 Changes **133 files changed** (+300 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx` (+3 -3) 📝 `frontend/src/components/EmbeddingSelection/CohereOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/EmbeddingSelection/GenericOpenAiOptions/index.jsx` (+6 -6) 📝 `frontend/src/components/EmbeddingSelection/LMStudioOptions/index.jsx` (+5 -5) 📝 `frontend/src/components/EmbeddingSelection/LiteLLMOptions/index.jsx` (+5 -5) 📝 `frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx` (+6 -6) 📝 `frontend/src/components/EmbeddingSelection/MistralAiOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx` (+5 -5) 📝 `frontend/src/components/EmbeddingSelection/OpenAiOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/Footer/index.jsx` (+11 -10) 📝 `frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/LLMSelection/ApiPieOptions/index.jsx` (+3 -3) 📝 `frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/LLMSelection/AzureAiOptions/index.jsx` (+4 -4) 📝 `frontend/src/components/LLMSelection/CohereAiOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/LLMSelection/DeepSeekOptions/index.jsx` (+3 -3) 📝 `frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx` (+3 -3) 📝 `frontend/src/components/LLMSelection/GenericOpenAiOptions/index.jsx` (+5 -5) 📝 `frontend/src/components/LLMSelection/HuggingFaceOptions/index.jsx` (+3 -3) _...and 80 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs Normalize all input fields to be similar to desktop requirements for UI matching to prevent mass merge conflicts --- <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:08 -05:00
yindo closed this issue 2026-02-22 18:35:08 -05:00
yindo changed title from [PR #2720] Normalize Input Fields to [PR #2720] [MERGED] Normalize Input Fields 2026-06-05 15:16:48 -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#4097