From 08641a3f6f1d95cc8d8dbfeebdecf6c0d2a2b0a6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 21 May 2026 13:44:46 +0000 Subject: feat(debug): add dry-run mutations mode New 'Dry-run mutations' toggle in the Debug settings panel blocks outgoing list updates (the + button) and skips the post-mutation refresh so optimistic UI changes persist locally for testing. The mutation gate sits in incrementMediaProgress; CleanAnimeList only revalidates when the request actually went out. --- src/lib/Locale/english.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/Locale/english.ts') diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 0cfc4035..f0195948 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -284,6 +284,10 @@ const English: Locale = { "If you are having issues with data loading or logging out, it is recommended to clear your site data.", }, dummyLists: "Use dummy media lists", + dryRunMutations: { + title: "Dry-run mutations", + hint: "Block outgoing list updates (e.g., the + button) and skip the post-mutation refresh so optimistic UI changes persist locally for testing. No data is sent to AniList.", + }, }, hololive: { live: "LIVE", -- cgit v1.2.3