feat: first time user spotlight animation (#3977)
This commit is contained in:
@@ -66,6 +66,8 @@ const SettingsDefSchema = z.object({
|
||||
cookie: z.boolean().catch(true),
|
||||
})
|
||||
),
|
||||
|
||||
HAS_OPENED_SPOTLIGHT: z.optional(z.boolean()),
|
||||
})
|
||||
|
||||
// Common properties shared across REST & GQL collections
|
||||
|
||||
Reference in New Issue
Block a user