dify/web/app/components/workflow/skill/file-tree/tree
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
..
drag-action-tooltip.spec.tsx test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
drag-action-tooltip.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
file-tree.spec.tsx test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
file-tree.tsx refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
menu-item.spec.tsx refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
menu-item.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
node-menu.spec.tsx test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
node-menu.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
search-result-list.spec.tsx fix(web): truncate long parent paths in skill file-tree search results 2026-02-24 23:50:28 +08:00
search-result-list.tsx fix(web): truncate long parent paths in skill file-tree search results 2026-02-24 23:50:28 +08:00
tree-context-menu.spec.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
tree-context-menu.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
tree-edit-input.spec.tsx
tree-edit-input.tsx
tree-guide-lines.spec.tsx test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
tree-guide-lines.tsx
tree-node-icon.spec.tsx refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
tree-node-icon.tsx refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
tree-node.spec.tsx test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
tree-node.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
upload-status-tooltip.spec.tsx test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
upload-status-tooltip.tsx refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00