Update tooltip delay duration and icon name

This commit is contained in:
anovazzi1 2024-03-31 17:21:09 -03:00
commit 2b8770f3c2
3 changed files with 5 additions and 3 deletions

View file

@ -338,7 +338,7 @@ export default function ParameterComponent({
<div className="flex">
<ShadTooltip
styleClasses={"tooltip-fixed-width custom-scroll nowheel"}
delayDuration={2000}
delayDuration={1000}
content={refHtml.current}
side={left ? "left" : "right"}
>
@ -432,7 +432,7 @@ export default function ParameterComponent({
<div className="flex">
<ShadTooltip
styleClasses={"tooltip-fixed-width custom-scroll nowheel"}
delayDuration={2000}
delayDuration={1000}
content={refHtml.current}
side={left ? "left" : "right"}
>

View file

@ -24,7 +24,7 @@ export default function ParentDisclosureComponent({
))}
<div>
<IconComponent
name="ChevronRight"
name="ChevronsUpDownIcon"
className={`${
open || openDisc ? "rotate-90 transform" : ""
} h-4 w-4 text-foreground`}

View file

@ -22,6 +22,7 @@ import {
ChevronsRight,
ChevronsUpDown,
Circle,
ChevronsUpDownIcon,
CircleDot,
Clipboard,
Code,
@ -321,6 +322,7 @@ export const nodeIconsLucide: iconsType = {
BingSearchAPIWrapper: BingIcon,
BingSearchRun: BingIcon,
Cohere: CohereIcon,
ChevronsUpDownIcon,
CohereEmbeddings: CohereIcon,
EverNoteLoader: EvernoteIcon,
FacebookChatLoader: FBIcon,