mirror of https://github.com/kortix-ai/suna.git
chore(dev): ux improvements
This commit is contained in:
parent
eb37fceacd
commit
6fc03aba04
|
@ -167,7 +167,7 @@ export const ModelSelector: React.FC<ModelSelectorProps> = ({
|
||||||
<div className='w-full'>
|
<div className='w-full'>
|
||||||
<DropdownMenuItem
|
<DropdownMenuItem
|
||||||
className={cn(
|
className={cn(
|
||||||
"text-sm px-3 py-2 flex items-center justify-between cursor-pointer",
|
"text-sm px-3 py-1 flex items-center justify-between cursor-pointer",
|
||||||
isHighlighted && "bg-accent",
|
isHighlighted && "bg-accent",
|
||||||
!accessible && "opacity-70"
|
!accessible && "opacity-70"
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
import React, { useState, useEffect } from 'react';
|
import React, { useState, useEffect } from 'react';
|
||||||
import {
|
import {
|
||||||
Search,
|
Search,
|
||||||
CircleDashed,
|
|
||||||
CheckCircle,
|
CheckCircle,
|
||||||
AlertTriangle,
|
AlertTriangle,
|
||||||
ExternalLink,
|
ExternalLink,
|
||||||
|
@ -277,7 +276,7 @@ export function WebSearchToolView({
|
||||||
{result.title}
|
{result.title}
|
||||||
</a>
|
</a>
|
||||||
<div className="text-xs text-zinc-500 dark:text-zinc-400 mb-2 flex items-center">
|
<div className="text-xs text-zinc-500 dark:text-zinc-400 mb-2 flex items-center">
|
||||||
<Globe className="h-3 w-3 mr-1.5 opacity-70" />
|
<Globe className="h-3 w-3 mr-1.5 flex-shrink-0 opacity-70" />
|
||||||
{cleanUrl(result.url)}
|
{cleanUrl(result.url)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue