Files
Zero/apps
Adam 6020305afd hotfix stuff (#1703)
## Description

Optimized Gmail label fetching by implementing parallel requests with error handling using Effect.js. This change improves performance when retrieving label information by making concurrent requests instead of sequential ones. Also removed an unused `Check` icon import from the command palette context.

---

## Type of Change

- [x] 🐛 Bug fix (non-breaking change which fixes an issue)
- [x]  Performance improvement

## Areas Affected

- [x] Email Integration (Gmail, IMAP, etc.)

## Testing Done

- [x] Manual testing performed

## Checklist

- [x] I have performed a self-review of my code
- [x] My changes generate no new warnings

## Additional Notes

The previous implementation was making sequential API calls to fetch label information, which could be slow when a user has many labels. This change uses Effect.js to make concurrent requests with proper error handling, significantly improving performance.

---

_By submitting this pull request, I confirm that my contribution is made under the terms of the project's license._
2025-07-10 15:05:01 -07:00
..
2025-07-10 15:05:01 -07:00
2025-07-10 15:05:01 -07:00