mirror of
https://github.com/langgenius/dify.git
synced 2026-06-18 13:27:00 +08:00
06b6625c01
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.