add better app navigation on call

This commit is contained in:
Arjun 2026-07-04 14:20:13 +05:30
parent 5b2ecc6720
commit 82abfe9a04
9 changed files with 374 additions and 85 deletions

View file

@ -649,6 +649,12 @@ const ipcSchemas = {
}),
res: z.null(),
},
// Bring the main app window to the foreground (e.g. the assistant navigated
// the UI during a call while the user was in another app).
'app:focusMainWindow': {
req: z.null(),
res: z.object({}),
},
'app:takeMeetingNotes': {
req: z.object({
// Pass the raw calendar event JSON through; renderer adapts to its existing flow.