From 749403697aa87fd02869ada1e592c95edbed0adc Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 29 Apr 2026 12:52:08 +0100 Subject: [PATCH] =?UTF-8?q?fix(ui):=20SettingsPage=20launch-at-login=20tog?= =?UTF-8?q?gle=20=E2=80=94=20replace=20bounce-easing=20with=20ease-out-qua?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Final impeccable detect cleanup. The launch-at-login toggle thumb in the Tasks & Rituals section was using cubic-bezier(0.34, 1.56, 0.64, 1) — the same overshoot bounce that was replaced in Toggle.svelte by commit 6469663. Match the convention here so all toggle animations use the same exponential ease. Single-line CSS change. Visual smoke not exercised because the dev server is winding down between subagents; npm run build confirms the file still compiles clean. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/lib/pages/SettingsPage.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/pages/SettingsPage.svelte b/src/lib/pages/SettingsPage.svelte index 83b94c6..4bc61fc 100644 --- a/src/lib/pages/SettingsPage.svelte +++ b/src/lib/pages/SettingsPage.svelte @@ -1876,7 +1876,7 @@