Skip to content

History / Strategies (Device Policies)

Revisions

  • Widen documentation screenshots to full column width 75% left the console UI small enough that table columns and field labels were hard to read at normal zoom. These are dense screenshots of a data grid; the detail is the point of including them.

    @marcpope marcpope committed Jul 26, 2026
  • Add screenshots to the feature documentation Twelve screenshots across ten pages, one to three per page, taken from the local Docker test stack running 0.9.6 seeded with demo data. Every image is 75% width with descriptive alt text. The demo data is entirely fictional by construction: example.com addresses, RFC 5737 documentation IP ranges (192.0.2.0/24, 198.51.100.0/24), invented hostnames and invented people. A DemoSeeder in the app repo reproduces it, so these can be retaken consistently rather than being one-off artefacts. Three passes were needed because the first screenshots leaked real data that had accumulated in the test container: - the Users screen showed the maintainer's actual personal email address on the admin account, plus a leftover local test account; - the Alarm log carried a real public IP from earlier live testing; - Settings showed a real third-party rdgen URL. All three were replaced with example/documentation values and the screens retaken. Worth remembering that a long-lived test container accumulates real data even when nothing intentionally puts it there -- screenshots need reviewing per image, not once at the start. Presence needed stabilising too: seeded devices never heartbeat, so they aged past the 60-second online window and the dashboard rendered "0 online" thirty seconds after seeding. The test container now uses a wide online window so the fleet reads as live and screenshots stay reproducible. The Add Strategy image doubles as evidence for the scroll fix in 0.9.6 -- the dialog now scrolls with its footer pinned and the Create button reachable.

    @marcpope marcpope committed Jul 26, 2026
  • Add feature pages: Strategies, Single Sign-On, Two-Factor Authentication

    @marcpope marcpope committed Jul 25, 2026