Admin Dashboard
BlockRegistry overview block composed from AdminStat, AdminActivityFeed, and AdminQuickAction. Includes registry status indicator, stats, quick-action cards, and activity feed.
internal/admin-dashboardInstallation
1 · Add registry to components.json
2 · Install component
Examples
Default
Stats, quick actions, and activity feed with mock data.
Stats, quick actions, and activity feed with mock data.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
data.stats.totalComponentsreq | number | — | Total registered component count. |
data.stats.activeTokensreq | number | — | Number of live bearer tokens. |
data.stats.clientScopesreq | number | — | Number of provisioned client scopes. |
data.registryStatusreq | "active" | "inactive" | "warning" | — | Registry health indicator. |
data.activityreq | ActivityItem[] | — | Recent event log entries. |