Adam
Adam
Issue occurs when you have a `DropdownMenu` that contains a `DropdownMenuItem` that has an `onClick` that triggers a dialog display. ```jsx Open menu {icon} {label} ``` Simple reproduction, just add...
This PR adds `findRecord` function to Cloudflare, currently they're the only provider that supports the feature. **Use case:** Re-running ion would error if a record already exists, it helps if...
### Shadcn Theming & Styling **PR to `staging`** Currently our appearance settings are limited to dark, light, and primary modes. We would want a way for users to customize their...
Staging
## Summary by CodeRabbit - **Bug Fixes** - Improved performance by debouncing label and thread refresh operations, reducing unnecessary updates. - **Other** - Added clearer console warnings after thread refresh...
Staging
## Summary by CodeRabbit - **New Features** - Added the ability to identify and display disconnected email connections, including a "Disconnected" badge and a "Reconnect" button in the connections settings...
Zero needs to get notified when user's mailbox changes, this includes but not limited to: - Labels - Emails - Email read/unread status
# READ CAREFULLY THEN REMOVE Remove bullet points that are not relevant. PLEASE REFRAIN FROM USING AI TO WRITE YOUR CODE AND PR DESCRIPTION. IF YOU DO USE AI TO...
`SyncAgent` is a replica of `Agent` (without the MCP client) that has bidirectional sync capabilities while using the `useAgent` hook on the frontend to receive data and execute mutations. Example...