dify/web/app/components/workflow/nodes/_base
yyh 49b9b6baef
chore(web): migrate infotip-style tooltips to popover
Switch 13 infotip / static-trigger usages of @langgenius/dify-ui/tooltip
over to @langgenius/dify-ui/popover with openOnHover, so the descriptive
content is reachable on touch and via screen readers. Visual presentation
is preserved by setting popupClassName to match the original tooltip
styling.

Triggers that already own a primary click action (model selector rows,
variable chips, online-user avatars, etc.) are intentionally left on
Tooltip pending a separate selection-with-preview redesign, since
swapping in Popover would have click both fire that action and toggle
the popup.

Made-with: Cursor
2026-04-19 16:07:06 +08:00
..
__tests__ feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
components chore(web): migrate infotip-style tooltips to popover 2026-04-19 16:07:06 +08:00
hooks refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
node-sections.tsx chore(web): migrate infotip-style tooltips to popover 2026-04-19 16:07:06 +08:00
node.helpers.tsx feat(workflow): add selection context menu helpers and integrate with context menu component (#34013) 2026-03-25 17:21:48 +08:00
node.tsx feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
types.ts chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
use-node-resize-observer.ts feat(workflow): add selection context menu helpers and integrate with context menu component (#34013) 2026-03-25 17:21:48 +08:00