aboutsummaryrefslogtreecommitdiff
path: root/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.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
commite5747a5d555547b9b13aa4310dec03dcd4dcb32b (patch)
treeb894ea2e14327794bb75671b962f37185cff22ea /docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html
parent092517cd3d711bbb1b88773eb62b32b82e023a3d (diff)
downloadarchsetup-e5747a5d555547b9b13aa4310dec03dcd4dcb32b.tar.gz
archsetup-e5747a5d555547b9b13aa4310dec03dcd4dcb32b.zip
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.
Diffstat (limited to 'docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html')
-rw-r--r--docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html
index e57d13e..1671eda 100644
--- a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html
+++ b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-1.html
@@ -52,7 +52,7 @@ function render() {
// Toggle tiles
col.appendChild(DS.engrave("Toggles"));
const grid = DS.h("div", "ds-grid2");
- ["autodim", "caffeine", "touchpad", "mouse", "nightlight", "dnd"].forEach((k) =>
+ ["autodim", "caffeine", "touchpad", "mouse", "nightlight", "dnd", "weathergeo"].forEach((k) =>
grid.appendChild(DS.toggleTile(k)));
if (DS.state.laptop) grid.appendChild(DS.toggleTile("airplane"));
col.appendChild(grid);