From 5f3e3719ccc4380f9389822f1cb6622213c72ca0 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 4 Sep 2026 17:16:37 -0400 Subject: [PATCH] feat(ui): add the Tools menu that reaches the diagnostic and field-test pages Several shipped pages are reachable only by typing their URL, because the main nav has no entry for them. This adds a Tools dropdown grouping them under Field tests, Diagnostics and Views. **This PR is wiring only and MUST merge last.** It adds no pages. Eight of the eleven links point at pages that arrive with other PRs, so merging this first would put dead entries in the nav. Three are already present here (`viz.html`, `observatory.html`, `pose-fusion.html`) and would work today. Deliberately kept as one small follow-up rather than splitting a menu line into each page's PR: a nav menu is a single coherent thing, and assembling it three lines at a time across eight PRs produces eight conflicts in one file for no benefit. Reviewing it once, last, against the pages that actually landed is both safer and less work. The dropdown is plain markup plus a small inline handler -- no framework, no build step, no dependency. It closes on outside click (including touch, where there is no pointer to move away) and on Escape, and carries the aria-haspopup / aria-expanded / role=menu wiring so it is reachable without a mouse. Co-Authored-By: claude-flow --- ui/index.html | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index 857ebf2f60..0691e3d97c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -37,6 +37,40 @@

WiFi DensePose

+ + + + +
+
+

Revolutionary WiFi-Based Human Pose Detection

+

+ AI can track your full-body movement through walls using just WiFi signals. + Researchers at Carnegie Mellon have trained a neural network to turn basic WiFi + signals into detailed wireframe models of human bodies. +

+ + + Pose Fusion Observatory @@ -516,6 +550,34 @@

Model Training

- + \ No newline at end of file