diff --git a/state-hub/dashboard/src/progress.md b/state-hub/dashboard/src/progress.md index deba8d9..c2bf0d3 100644 --- a/state-hub/dashboard/src/progress.md +++ b/state-hub/dashboard/src/progress.md @@ -79,6 +79,8 @@ display(byDay.length === 0 ); ``` +## Event Log + ```js const authorOpts = ["(all)", ...new Set(data.map(e => e.author ?? "unknown"))].sort(); const typeOpts = ["(all)", ...new Set(data.map(e => e.event_type))].sort();