mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| editor | ||
| file-tree | ||
| hooks | ||
| utils | ||
| viewer | ||
| constants.ts | ||
| content-area.tsx | ||
| content-body.tsx | ||
| file-content-panel.tsx | ||
| file-tab-item.tsx | ||
| file-tabs.tsx | ||
| main.tsx | ||
| sidebar-search-add.tsx | ||
| sidebar.tsx | ||
| skill-page-layout.tsx | ||
| start-tab-content.tsx | ||
| start-tab-item.tsx | ||
| type.ts | ||