Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit c7dcf91

Browse files
committed
add activity type filters to app constants
1 parent e8f9331 commit c7dcf91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

client/app/app.constants.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ var config = {
2323
title: 'Memo'
2424
}],
2525

26+
activityTypeFilters: [{
27+
value: 'Report generation',
28+
title: 'Report generation',
29+
active: true
30+
}, {
31+
value: 'Memoization',
32+
title: 'Memoization',
33+
}, {
34+
value: 'Mention',
35+
title: 'Mention',
36+
}, {
37+
value: 'Tool session',
38+
title: 'Tool session'
39+
}],
40+
2641
activityDirectionFilters: [{
2742
value: 'down',
2843
title: 'Down',

0 commit comments

Comments
 (0)