dify/web/app/components/workflow/skill
yyh acec271e88
fix(skill): resolve race condition in upload progress tracking
Use shared object reference instead of separate variables to track
upload progress across concurrent Promise.all operations, preventing
progress bar from showing incorrect or regressing values.
2026-01-28 20:25:12 +08:00
..
editor fix: no auth label text and default handle auth not back 2026-01-28 16:48:05 +08:00
file-tree feat: implement node reordering functionality in file tree component 2026-01-28 19:38:41 +08:00
hooks fix(skill): resolve race condition in upload progress tracking 2026-01-28 20:25:12 +08:00
start-tab feat(skill-editor): add CategoryTabs and TemplateSearch to skill templates section 2026-01-23 14:39:53 +08:00
utils feat(skill): add preprocessing for markdown files before upload 2026-01-28 20:17:21 +08:00
viewer feat(sqlite-preview): add truncation notice when row limit is reached 2026-01-22 23:49:06 +08:00
constants.ts feat(web): add resizable sidebar to skill page with localStorage persistence 2026-01-28 15:12:11 +08:00
content-area.tsx fix: prevent horizontal page scroll in skill editor layout 2026-01-22 16:13:09 +08:00
content-body.tsx fix: prevent horizontal page scroll in skill editor layout 2026-01-22 16:13:09 +08:00
file-content-panel.tsx feat: sync the markdown file dirty status 2026-01-28 16:29:17 +08:00
file-tab-item.tsx feat(sandbox): use extension field for file icon type mapping 2026-01-27 16:21:03 +08:00
file-tabs.tsx feat(sandbox): use extension field for file icon type mapping 2026-01-27 16:21:03 +08:00
main.tsx fix(workflow): make FileTree and ArtifactsSection scroll independently 2026-01-27 00:14:33 +08:00
sidebar-search-add.tsx refactor(skill): simplify file tree search state management 2026-01-20 12:43:56 +08:00
sidebar.tsx fix(skill): indicator css 2026-01-28 15:12:11 +08:00
skill-page-layout.tsx fix: prevent horizontal page scroll in skill editor layout 2026-01-22 16:13:09 +08:00
start-tab-item.tsx feat(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00