agent-ecosystem/test/main/services/editor
iliya 533f9b9e06 feat: enhance EditorFileWatcher and FileSearchService for improved performance and event handling
- Introduced debouncing in EditorFileWatcher to aggregate rapid file system events, reducing unnecessary callbacks.
- Enhanced FileSearchService to parallelize file checks and improve efficiency in collecting file paths from directories.
- Updated EditorFileTree and ProjectEditorOverlay components to optimize state management and reduce re-renders using Zustand's shallow comparison.
- Added tests for EditorFileWatcher to ensure proper event handling and debouncing functionality.
2026-03-01 22:40:02 +02:00
..
conflictDetection.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorFileWatcher.test.ts feat: enhance EditorFileWatcher and FileSearchService for improved performance and event handling 2026-03-01 22:40:02 +02:00
FileSearchService.test.ts fix: Windows test compatibility — resolve paths and normalize mock keys 2026-03-01 09:32:07 +02:00
GitStatusService.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
ProjectFileService.test.ts fix: Windows test compatibility — resolve paths and normalize mock keys 2026-03-01 09:32:07 +02:00