mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Move searchTerm from props drilling to zustand store for cleaner architecture. Remove unnecessary controlled/uncontrolled pattern and unused debounce logic since search is pure frontend filtering. - Add fileTreeSearchTerm state to file-tree-slice - Remove useState and props from main.tsx - Simplify sidebar-search-add.tsx to read/write store directly - Add empty state UI with reset filter button |
||
|---|---|---|
| .. | ||
| debug | ||
| skill-editor | ||
| chat-variable-slice.ts | ||
| env-variable-slice.ts | ||
| form-slice.ts | ||
| help-line-slice.ts | ||
| history-slice.ts | ||
| index.ts | ||
| layout-slice.ts | ||
| node-slice.ts | ||
| panel-slice.ts | ||
| tool-slice.ts | ||
| use-nodes.ts | ||
| version-slice.ts | ||
| workflow-draft-slice.ts | ||
| workflow-slice.ts | ||