adb43ee371
- Add isClearing flag to prevent auto-refresh conflicts during deletion - Use Promise.all() to delete all tasks in parallel instead of sequential await - Add error handling with try/catch/finally block - Skip loadDownloads() when isClearing is true This fixes the infinite network request loop that occurred when clicking cleanup. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>