Improve Tooltip UX by enabling delay by default (#21383)
This commit is contained in:
@@ -68,7 +68,6 @@ const EndpointList = ({ detail }: Props) => {
|
||||
{t('plugin.detailPanel.endpoints')}
|
||||
<Tooltip
|
||||
position='right'
|
||||
needsDelay
|
||||
popupClassName='w-[240px] p-4 rounded-xl bg-components-panel-bg-blur border-[0.5px] border-components-panel-border'
|
||||
popupContent={
|
||||
<div className='flex flex-col gap-2'>
|
||||
|
@@ -114,7 +114,6 @@ const MultipleToolSelector = ({
|
||||
{tooltip && (
|
||||
<Tooltip
|
||||
popupContent={tooltip}
|
||||
needsDelay
|
||||
>
|
||||
<div><RiQuestionLine className='h-3.5 w-3.5 text-text-quaternary hover:text-text-tertiary' /></div>
|
||||
</Tooltip>
|
||||
|
@@ -161,7 +161,6 @@ const ToolItem = ({
|
||||
{isError && (
|
||||
<Tooltip
|
||||
popupContent={errorTip}
|
||||
needsDelay
|
||||
>
|
||||
<div>
|
||||
<RiErrorWarningFill className='h-4 w-4 text-text-destructive' />
|
||||
|
Reference in New Issue
Block a user