dify/web/app/components/workflow/comment
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
..
comment-icon.spec.tsx add unittests 2026-01-19 21:11:44 +08:00
comment-icon.tsx fix web style 2026-01-17 22:10:10 +08:00
comment-input.spec.tsx feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
comment-input.tsx fix: resolve import errors and test failures after segment 4 merge 2026-03-23 13:59:09 +08:00
comment-preview.spec.tsx add unittests 2026-01-19 21:11:44 +08:00
comment-preview.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
cursor.spec.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
cursor.tsx feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
index.tsx fix web style 2026-01-17 22:10:10 +08:00
mention-input.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00
thread.tsx fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports 2026-03-24 10:54:58 +08:00