refactor: simplify alert descriptions, improved icons, improved UI in LLM settings

This commit is contained in:
Anish Sarkar 2026-04-10 19:07:35 +05:30
parent 0925f89b7c
commit 42572ad09d
11 changed files with 28 additions and 117 deletions

View file

@ -196,7 +196,7 @@ export function ModelConfigManager({ searchSpaceId }: ModelConfigManagerProps) {
<span className="font-medium">
{globalConfigs.length} global {globalConfigs.length === 1 ? "model" : "models"}
</span>{" "}
available from your administrator. Use the model selector to view and select them.
available from your administrator.
</p>
</AlertDescription>
</Alert>