dashboard: add 'Event Log' subtitle above filtered table on progress page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a0b65ca803
commit
a8d2382e64
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue