mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Refactored the bulk delete handler to utilize Promise.all for concurrent deletion of features, improving performance and error handling. - Updated the BoardView component to handle deletion results more effectively, providing user feedback for both successful and failed deletions. - Enhanced local state management to avoid redundant API calls during feature deletion.