Commit Graph
20 Commits
Author SHA1 Message Date
yyh 09b3e53c43 fix: support dropping file tree nodes to root blank area 2026-03-30 16:35:55 +08:00
yyh 5ce1dfa0bf fix(skill): keep upload inputs mounted outside overlays 2026-03-26 15:55:26 +08:00
yyh 4763c80a1b fix(skill): align node menu to the right 2026-03-25 12:58:26 +08:00
yyh ab63df602a fix(skill): stabilize file tree local operations 2026-03-25 12:21:32 +08:00
yyh 88d82b5401 fix 2026-03-25 00:05:40 +08:00
yyh 84005bd25b Align skill tree menu behaviors 2026-03-24 23:21:24 +08:00
yyh 432e355dc4 fix: context menu 2026-03-24 21:04:13 +08:00
yyh 60e46854c6 fix: context menu 2026-03-24 20:39:07 +08:00
yyh 654890ed16 fix: style 2026-03-24 20:25:03 +08:00
yyh 7bc0ec8a36 fix: import skill modal 2026-03-24 20:18:38 +08:00
yyh a3cd497dc0 fix: style 2026-03-24 20:14:40 +08:00
yyh 2e1888d37b fix: tests 2026-03-24 20:10:17 +08:00
yyh 70767f756c refactor(skill): migrate file tree menus to base ui overlays 2026-03-24 19:57:29 +08:00
yyh 29469a8600 fix: prevent duplicate skill file creation submits 2026-03-24 19:37:29 +08:00
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
yyh f13f5a8882 fix(web): truncate long parent paths in skill file-tree search results 2026-02-24 23:50:28 +08:00
yyh 9e10b73b54 refactor(skill): replace @remixicon/react imports with CSS icon classes
Migrate all Remixicon component imports in workflow/skill to Tailwind CSS
icon utility classes (i-ri-*), reducing JS bundle size. Update MenuItem
to accept string icon classes alongside React components. Adjust test
selectors that relied on SVG element queries.
2026-02-09 19:51:05 +08:00
yyh db0c527ce8 Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
yyh a761ab5cee test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
yyh 11d5efc13e refactor(skill): regroup skill body, file tree, and tree hooks 2026-02-07 14:20:01 +08:00