aboutsummaryrefslogtreecommitdiff
path: root/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-22 15:15:02 -0500
committerCraig Jennings <c@cjennings.net>2026-07-22 15:15:02 -0500
commitf1c661f50d6af2a115fc1430ae0478f2acef2dec (patch)
treeb894ea2e14327794bb75671b962f37185cff22ea /docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html
parentf594068bed75302aba50793ccf5e6ce9cf53c7f8 (diff)
downloadarchsetup-main.tar.gz
archsetup-main.zip
docs(settings-panel): seal the prototype arc and open the buildHEADmain
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.
Diffstat (limited to 'docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html')
-rw-r--r--docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html
index 8c383f1..49661e4 100644
--- a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html
+++ b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-3.html
@@ -93,7 +93,7 @@ function render() {
col.appendChild(mh);
const grid2 = DS.h("div", "ds-grid2");
- ["autodim", "caffeine", "touchpad", "mouse", "nightlight", "dnd"].forEach((key) =>
+ ["autodim", "caffeine", "touchpad", "mouse", "nightlight", "dnd", "weathergeo"].forEach((key) =>
grid2.appendChild(DS.toggleTile(key)));
if (DS.state.laptop) grid2.appendChild(DS.toggleTile("airplane"));
col.appendChild(grid2);