dify/web/app/components/workflow/skill/file-tree
yyh f1100b82f9
feat(skill-editor): render flat search result list in file tree
Replace the tree-filtered search with a flat list that shows icon + name
on the left and parent path on the right, matching the Figma design.
Clicking a file opens its tab; clicking a folder clears the search and
reveals the folder in the tree.
2026-02-06 15:39:00 +08:00
..
artifacts-section.tsx fix: remove unreachable polling from artifacts-section 2026-02-04 17:31:44 +08:00
artifacts-tree.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
drag-action-tooltip.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
index.tsx feat(skill-editor): render flat search result list in file tree 2026-02-06 15:39:00 +08:00
menu-item.tsx fix(workflow): avoid nested button in skill file tree menu 2026-02-06 14:21:32 +08:00
node-menu.tsx refactor(web): use FileAdd and FolderAdd icons in skill menus 2026-02-05 16:56:27 +08:00
search-result-list.tsx feat(skill-editor): render flat search result list in file tree 2026-02-06 15:39:00 +08:00
tree-context-menu.tsx feat(portal): add useContextMenuFloating hook for coordinate-based context menus 2026-01-29 14:01:36 +08:00
tree-edit-input.spec.tsx test(skill-editor): add tests for TreeEditInput filename stem selection 2026-02-06 14:31:38 +08:00
tree-edit-input.tsx fix(skill-editor): select only filename stem when renaming files 2026-02-06 14:27:52 +08:00
tree-guide-lines.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-node-icon.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
tree-node.tsx fix(skill-editor): remove redundant focus ring and suppress row outline 2026-02-06 14:31:56 +08:00
upload-status-tooltip.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00