dify/web/app/components/workflow/skill
yyh 783cdb1357
feat(skill): add inline rename and guide lines to file tree
Add TreeEditInput component for inline file/folder renaming with keyboard
support (Enter to submit, Escape to cancel). Add TreeGuideLines component
to render vertical indent lines based on node depth for better visual
hierarchy in the tree view.

Reorganize file tree components into dedicated `file-tree` subdirectory
for better code organization.
2026-01-15 21:30:02 +08:00
..
editor fix: click tool inner caused blur 2026-01-15 17:58:38 +08:00
file-tree feat(skill): add inline rename and guide lines to file tree 2026-01-15 21:30:02 +08:00
hooks refactor(skill): centralize asset tree data fetching with custom hooks 2026-01-15 19:45:33 +08:00
store refactor: sync file tree open state 2026-01-15 16:39:22 +08:00
utils feat(skill-editor): enhance + button with full operations and smart target folder 2026-01-15 16:10:01 +08:00
context.tsx refactor(skill-editor): simplify SkillEditorProvider 2026-01-15 14:10:41 +08:00
editor-area.tsx fix: css 2026-01-15 16:14:51 +08:00
editor-body.tsx fix: css 2026-01-15 16:14:51 +08:00
editor-tab-item.tsx fix(skill): improve accessibility for file tree and tabs 2026-01-15 19:45:32 +08:00
editor-tabs.tsx refactor(skill): centralize asset tree data fetching with custom hooks 2026-01-15 19:45:33 +08:00
main.tsx feat(skill): add file right-click/more menu and refactor naming 2026-01-15 17:26:12 +08:00
sidebar-search-add.tsx refactor(skill): centralize asset tree data fetching with custom hooks 2026-01-15 19:45:33 +08:00
sidebar.tsx chore: remove useless props 2026-01-15 11:24:59 +08:00
skill-doc-editor.tsx refactor(skill): centralize asset tree data fetching with custom hooks 2026-01-15 19:45:33 +08:00
skill-page-layout.tsx chore: remove useless props 2026-01-15 11:24:59 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00