From 3bc34d2873989a4263c8b327fee099287f58ca25 Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 25 Apr 2026 00:16:11 +0100 Subject: [PATCH] feat(phase9): relocate sparkline toggle from Rituals to Tasks section Phase 8 carryover backlog: the showMomentumSparkline toggle was sitting under Rituals and visually claimed by the Launch-at-login border-t subgroup. New top-level Tasks section hosts it, ready to absorb future task-page settings (energy default, WIP limit, etc.). The deeper Phase 9 SettingsPage restructure (search box + 7-group progressive disclosure via the new SettingsGroup component) is deferred to a follow-up polish session: the existing 2309-line file uses a hand-rolled accordion that needs careful unwinding, and is not in this session's scope. SettingsGroup component remains available for that future pass. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/lib/pages/SettingsPage.svelte | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/lib/pages/SettingsPage.svelte b/src/lib/pages/SettingsPage.svelte index bd7856d..60ec9fc 100644 --- a/src/lib/pages/SettingsPage.svelte +++ b/src/lib/pages/SettingsPage.svelte @@ -1530,6 +1530,27 @@ + + {/if} + + + +
+ + {#if openSection === 'tasks'} +
+

+ How the Tasks page surfaces progress. Always additive. +

+