dify/web/app/components/workflow/nodes/_base/hooks
Novice 499d237b7e
fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports
Frontend:
- Migrate deprecated imports: modal→dialog, toast→ui/toast, tooltip→tooltip-plus,
  portal-to-follow-elem→portal-to-follow-elem-plus, select→ui/select, confirm→alert-dialog
- Replace next/* with @/next/* wrapper modules
- Convert TypeScript enums to const objects (erasable-syntax-only)
- Replace all `any` types with `unknown` or specific types in workflow types
- Fix unused vars, react-hooks-extra, react-refresh/only-export-components
- Extract InteractionMode to separate module, tool-block commands to commands.ts

Backend:
- Fix pyrefly errors: type narrowing, null guards, getattr patterns
- Remove unused TYPE_CHECKING imports in LLM node
- Add ignore_imports entries to .importlinter for dify_graph boundary violations

Made-with: Cursor
2026-03-24 10:54:58 +08:00
..
use-available-var-list.ts fix: llm node output variable 2026-02-11 16:37:27 +08:00
use-node-crud.ts feat: llm node support tools 2025-12-29 14:55:26 +08:00
use-node-help-link.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-node-info.ts Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00
use-one-step-run.ts fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
use-output-var-list.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-resize-panel.ts refactor(web): remove mouseup listener in use-resize-panel cleanup (#32636) 2026-02-27 15:06:10 +08:00
use-toggle-expend.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-var-list.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00