* better cal and email block design

* modified email block and draft with copilot
This commit is contained in:
arkml 2026-03-31 16:07:41 +05:30 committed by GitHub
parent 0e362cc763
commit 903fecc5f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 366 additions and 634 deletions

View file

@ -63,6 +63,7 @@ export type CalendarBlock = z.infer<typeof CalendarBlockSchema>;
export const EmailBlockSchema = z.object({
threadId: z.string().optional(),
summary: z.string().optional(),
subject: z.string().optional(),
from: z.string().optional(),
to: z.string().optional(),