Admin area, guards & data-table pattern
Generated from
mcp/patterns.registry.json— do not edit by hand; change the registry and runbun run patterns:build.
Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.
Category: Admin & Privacy · Tier: light · Risk: medium — gates privileged access; guard bugs risk privilege escalation
The overall admin area architecture — a vertical sidebar, route guards, and a canonical data-table pattern reused across admin pages.
When to use: Reference this when adding a new admin page or list view that needs consistent guarding and table UX.
Docs
Code
Proof
Machine-readable record: admin-privacy-admin-area in mcp/patterns.registry.json.