dify/web/app/components/workflow/skill
yyh aa3cc9b9a0
fix(skill-editor): add START_TAB_ID guards to prevent invalid metadata operations
- Add guards in tool-block component to skip metadata read/write when Start tab is active
- Add guard in tool-picker-block to prevent writing tool config to Start tab
- Add guard in use-sync-tree-with-active-tab to skip tree sync for Start tab
2026-01-23 13:15:39 +08:00
..
editor fix(skill-editor): add START_TAB_ID guards to prevent invalid metadata operations 2026-01-23 13:15:39 +08:00
file-tree fix: improve accessibility for file-tree components 2026-01-21 15:13:50 +08:00
hooks fix(skill-editor): add START_TAB_ID guards to prevent invalid metadata operations 2026-01-23 13:15:39 +08:00
utils feat: add db types in file tree icon 2026-01-22 16:13:09 +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(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +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(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +08:00
file-tab-item.tsx refactor(skill): rename components for semantic clarity 2026-01-19 23:50:08 +08:00
file-tabs.tsx feat(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +08:00
main.tsx refactor(skill): simplify file tree search state management 2026-01-20 12:43:56 +08:00
sidebar-search-add.tsx refactor(skill): simplify file tree search state management 2026-01-20 12:43:56 +08:00
sidebar.tsx chore: remove useless props 2026-01-15 11:24:59 +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-content.tsx feat(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +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