Admin Dashboard

Block

Registry overview block composed from AdminStat, AdminActivityFeed, and AdminQuickAction. Includes registry status indicator, stats, quick-action cards, and activity feed.

internal/admin-dashboard

Installation

1 · Add registry to components.json

2 · Install component

Examples

Default

Stats, quick actions, and activity feed with mock data.

API Reference

PropTypeDescription
data.stats.totalComponentsreq
numberTotal registered component count.
data.stats.activeTokensreq
numberNumber of live bearer tokens.
data.stats.clientScopesreq
numberNumber of provisioned client scopes.
data.registryStatusreq
"active" | "inactive" | "warning"Registry health indicator.
data.activityreq
ActivityItem[]Recent event log entries.