- Added validation for team configuration updates to ensure name, description, and color are strings. - Improved member detection logic to avoid false positives by ensuring only one known member name is matched. - Refactored post-launch configuration updates to combine session history and project path updates, preventing race conditions. - Updated UI components to streamline state management for collapsible sections. These changes aim to improve data integrity and user experience in team management functionalities. |
||
|---|---|---|
| .. | ||
| configValidation.test.ts | ||
| globalSearch.test.ts | ||
| guards.test.ts | ||
| teams.test.ts | ||