add reduce motion toggle and bump to v1.0.1

This commit is contained in:
2026-02-16 17:51:23 +02:00
parent d33c348260
commit 2f3060738e
21 changed files with 1339 additions and 9 deletions

View File

@@ -87,4 +87,5 @@ export const appSettingsSchema = z.object({
boardSortOrder: z.enum(["manual", "title", "created", "updated"]).default("updated"),
boardManualOrder: z.array(z.string()).default([]),
lastNotificationCheck: z.string().nullable().default(null),
reduceMotion: z.boolean().default(false),
});