chore: merge main

This commit is contained in:
Joel
2024-08-27 14:23:35 +08:00
674 changed files with 17341 additions and 16070 deletions

View File

@ -24,7 +24,7 @@ import {
PortalToFollowElemContent,
PortalToFollowElemTrigger,
} from '@/app/components/base/portal-to-follow-elem'
import TooltipPlus from '@/app/components/base/tooltip-plus'
import Tooltip from '@/app/components/base/tooltip'
import { useStore as useAppStore } from '@/app/components/app/store'
import {
ClockPlay,
@ -100,7 +100,7 @@ const ViewHistory = ({
}
{
!withText && (
<TooltipPlus
<Tooltip
popupContent={t('workflow.common.viewRunHistory')}
>
<div
@ -112,7 +112,7 @@ const ViewHistory = ({
>
<ClockPlay className={cn('w-4 h-4 group-hover:text-components-button-secondary-accent-text', open ? 'text-components-button-secondary-accent-text' : 'text-components-button-ghost-text')} />
</div>
</TooltipPlus>
</Tooltip>
)
}
</PortalToFollowElemTrigger>