You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "changed the status from DRAFT to CONFIRMED",
35
+
timestamp: newDate("2025-03-21T09:00:00"),
36
+
},
37
+
{
38
+
id: "2",
39
+
actor: { name: "Pradeep Kumar" },
40
+
description: "created this PO",
41
+
timestamp: newDate("2025-03-21T15:16:00"),
42
+
},
43
+
{
44
+
id: "3",
45
+
// no actor — system event with no specific subject
46
+
description: "Status automatically changed to EXPIRED",
47
+
timestamp: newDate("2025-03-20T10:00:00"),
48
+
},
49
+
]}
50
+
/>
50
51
```
51
52
52
53
## Overflow and dialog
@@ -85,10 +86,33 @@ Each activity must include: `id`, `description`, `timestamp` (Date or string). O
85
86
86
87
Use the compound API when you need fully custom item rendering — custom icons, links, badges, or mixed item kinds. Items still must satisfy `ActivityCardBaseItem` (`id` + `timestamp`). You extend `ActivityCardBaseItem` with any additional fields you need.
0 commit comments