refactor: integrate global loading effect into onboarding page and streamline LLMConfigForm usage for improved user experience

This commit is contained in:
Anish Sarkar 2026-03-29 18:46:01 +05:30
parent 32ff5f085c
commit ba926bbcc9
4 changed files with 67 additions and 144 deletions

View file

@ -498,7 +498,7 @@ export function ModelSelector({
}}
>
<Plus className="size-4 text-primary" />
<span className="text-sm font-medium">Add New Configuration</span>
<span className="text-sm font-medium">Add LLM Model</span>
</Button>
</div>
</CommandList>