Route
Live route: /users.
Source file: app/app/users/page.tsx.
User management surface with role/status information, profile activity, and access shortcuts.
/usersUI patterns
This route should keep using the established dashboard patterns listed below.
- ops-page
- ops-hero
- ops-panel
- ops-table-wrap
- StatusBadge
Production review
Review these route-specific items before release.
- Access links route correctly.
- User table text remains readable in dark mode.
- Action buttons keep contrast for tonal and outlined variants.
- Run npm run check after route changes.
- Smoke test the live route after service restart.