13 lines
376 B
Markdown
13 lines
376 B
Markdown
# Timeline Cards Pattern
|
|
|
|
Canonical timeline UX for operational history views:
|
|
|
|
- cards grouped by day
|
|
- summary chips for aggregated actions
|
|
- source labels (`ingest`, `manual`, `system`, etc.)
|
|
- single drilldown modal (no nested modals)
|
|
- in-card search/filtering for event lists
|
|
|
|
This pattern is intended for history/audit/timeline surfaces in server-rendered Go web UIs.
|
|
|