소스 검색

refactor(web): Optimize the interaction effect of ToolTip component in menu items (#23020) (#23023)

tags/1.7.1
HyaCinth 3 달 전
부모
커밋
0546351d3e
No account linked to committer's email address
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/explore/create-app-modal/index.tsx
  2. 1
    0
      web/app/components/workflow/block-selector/blocks.tsx

+ 1
- 1
web/app/components/explore/create-app-modal/index.tsx 파일 보기

appIconUrl?: string | null appIconUrl?: string | null
appMode?: string appMode?: string
appUseIconAsAnswerIcon?: boolean appUseIconAsAnswerIcon?: boolean
max_active_requests: number | null
max_active_requests?: number | null
onConfirm: (info: { onConfirm: (info: {
name: string name: string
icon_type: AppIconType icon_type: AppIconType

+ 1
- 0
web/app/components/workflow/block-selector/blocks.tsx 파일 보기

key={block.type} key={block.type}
position='right' position='right'
popupClassName='w-[200px]' popupClassName='w-[200px]'
needsDelay={false}
popupContent={( popupContent={(
<div> <div>
<BlockIcon <BlockIcon

Loading…
취소
저장