Audit log

card-ui table-ui tag-ui select-ui input-ui

Timestamped actor / action / resource rows for compliance, security review, and operational tracing. table-ui carries the rows; tag-ui carries the action verb's severity; the card header carries filters. Distinct from timeline-ui (single-actor chronological events) and from feed-ui (notifications / posts surface).

When to use

Multi-actor history needing scan + filter + occasional drill-down. Audit logs are compliance evidence: every row is a who / when / what / where on a single resource class. The table-ui format scales to thousands of rows + cursor pagination; if the use case is single-actor narrative or fewer than ~20 events, prefer timeline-ui.

Basic — admin actions on workspace

Standard layout: title + filters in the header, table in a bleed section, footer carrying status + pagination. Action column uses a tag-ui colored by verb severity (success/warning/danger). Resource column uses code-ui for monospace IDs.

Audit log Last 90 days · admin actions only

Composition rules

Cross-references