mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 02:24:02 +02:00
Add onboarding
This commit is contained in:
parent
16e3dc21d8
commit
82a7fed639
5 changed files with 544 additions and 2 deletions
|
|
@ -231,6 +231,18 @@ const ipcSchemas = {
|
|||
success: z.literal(true),
|
||||
}),
|
||||
},
|
||||
'onboarding:getStatus': {
|
||||
req: z.null(),
|
||||
res: z.object({
|
||||
showOnboarding: z.boolean(),
|
||||
}),
|
||||
},
|
||||
'onboarding:markComplete': {
|
||||
req: z.null(),
|
||||
res: z.object({
|
||||
success: z.literal(true),
|
||||
}),
|
||||
},
|
||||
} as const;
|
||||
|
||||
// ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue