dify/web/app/components/workflow/nodes/_base
Yansong Zhang df6c1064c6 fix(web): resolve all TypeScript errors in Agent V2 frontend
- Fix toast API: use toast.success()/toast.error() instead of object
- Fix panel: use native HTML elements instead of mismatched component APIs
- Add BlockEnum.AgentV2 to block-icon map (icon + color)
- Add BlockEnum.AgentV2 to use-last-run.ts form params maps
- Add i18n keys: blocks.agent-v2, blocksAbout.agent-v2 (en + zh)
- TypeScript: 0 errors

Made-with: Cursor
2026-04-10 16:00:16 +08:00
..
__tests__ test(workflow-app): enhance unit tests for workflow components and hooks (#34065) 2026-03-25 18:34:32 +08:00
components fix(web): resolve all TypeScript errors in Agent V2 frontend 2026-04-10 16:00:16 +08:00
hooks chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
node-sections.tsx refactor: update to tailwind v4 (#34415) 2026-04-02 07:06:11 +00: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 refactor: update to tailwind v4 (#34415) 2026-04-02 07:06:11 +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