dify/web/app/components/workflow/store
yyh 98d1aac765
feat(skill-editor): add persistent Start tab and optimize store subscriptions
- Add START_TAB_ID constant and StartTabItem/StartTabContent components
- Default to Start tab when no file tabs are open
- Optimize zustand selectors to subscribe to specific Map values instead of
  entire Map objects, reducing unnecessary re-renders when other tabs change
- Refactor useSkillFileSave to accept precise values instead of Map/Set
2026-01-23 13:12:22 +08:00
..
__tests__ chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
workflow feat(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +08:00
index.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
trigger-status.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00