From f1c661f50d6af2a115fc1430ae0478f2acef2dec Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 22 Jul 2026 15:15:02 -0500 Subject: docs(settings-panel): seal the prototype arc and open the build Prototypes P12-P37 land, along with the night-watch and levels-compare pages plus the shared-engine updates and the kit-candidate file. The spec flips from DRAFT through READY to DOING with rewritten implementation phases and seven recorded build findings. The build tasks are filed in todo.org, and phase 1 is closed against the dotfiles commits. --- docs/prototypes/2026-07-02-desktop-settings-panel-prototype-5.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/prototypes/2026-07-02-desktop-settings-panel-prototype-5.html') diff --git a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-5.html b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-5.html index 662e9f6..8cbaa45 100644 --- a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-5.html +++ b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-5.html @@ -116,8 +116,10 @@ function render() { col.appendChild(h("div", "sep")); ["touchpad", "mouse"].forEach((k) => col.appendChild(toggleRow(k))); + col.appendChild(toggleRow("caffeine")); if (DS.state.laptop) col.appendChild(toggleRow("airplane")); col.appendChild(toggleRow("dnd")); + col.appendChild(toggleRow("weathergeo")); col.appendChild(h("div", "sep")); col.appendChild(expandRow("\u{f0241}", "Power profile", DS.state.powerprofile, () => DS.profileSeg())); -- cgit v1.2.3