Commit 4f37f72
docs: stop promising UI that doesn't exist
Two pages claimed UI surfaces that never shipped. Rewrite to match
reality.
- CameraGroups.jsx: the page told users "Open Settings > Camera
Groups, click New Group, drag cameras into the group" — but no
such Settings section, button, or drag interaction exists. Camera
groups are a real backend primitive (CameraGroup model + REST
routes + MCP `list_camera_groups`) that's currently surfaced
only to AI agents. Rewrite the page to be explicit: "Today,
groups are MCP / API-only. A management UI inside Settings is
planned but not yet shipped." Document the actual REST endpoints
for users who want them now.
- Dashboard.jsx: three false claims in the Live view section.
* Status pill enum was "(online, offline, or stale)" — the
actual statuses on CameraCard are online | streaming |
recording | starting | restarting | failed | error |
offline | suspended. No "stale".
* "Tiles are grouped by camera group" — DashboardPage renders
a flat list. No group_id references anywhere in the file.
* "Click a tile to expand to full screen, or select multiple
tiles to watch side-by-side" — no multi-select / multi-view
mode exists. Trim the bullet header from "Fullscreen +
multi-view" to "Fullscreen" and update the diagram alt-text
to match. (The diagram image itself still visually shows a
multi-view branch — needs regenerating separately.)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0a70907 commit 4f37f72
2 files changed
Lines changed: 54 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
21 | 45 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
26 | 50 | | |
27 | 51 | | |
28 | | - | |
| 52 | + | |
29 | 53 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
33 | 62 | | |
34 | 63 | | |
35 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments