mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
Add search functionality to skill sidebar using react-arborist's built-in searchTerm and searchMatch props. Search input is debounced at 300ms and filters tree nodes by name (case-insensitive). Also add success toast for rename operations.